postgresql/src/backend/access
Michael Paquier c93001b3f9 Adjust comment about timeout when waiting for WAL at recovery
A timeout of 5s is used when waiting for WAL to become available at
recovery so as the startup process is able to react promptly if a
trigger file shows up.  However this missed the fact that the startup
process also relies on the timeout to check periodically the status of
any active WAL receiver.

Discussion: https://postgr.es/m/20190131070956.GE13429@paquier.xyz
2019-02-01 10:46:45 +09:00
..
brin Revert "Avoid creation of the free space map for small heap relations." 2019-01-28 11:31:44 +05:30
common Simplify restriction handling of two-phase commit for temporary objects 2019-01-26 10:45:23 +09:00
gin Fix misc typos in comments. 2019-01-23 13:39:00 +02:00
gist Refactor planner's header files. 2019-01-29 15:48:51 -05:00
hash Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
heap Fix use of dangling pointer in heap_delete() when logging replica identity 2019-02-01 10:35:16 +09:00
index Rename RelationData.rd_amroutine to rd_indam. 2019-01-21 17:36:55 -08:00
nbtree Move generic snapshot related code from tqual.h to snapmgr.h. 2019-01-21 17:06:41 -08:00
rmgrdesc Update copyright for 2019 2019-01-02 12:44:25 -05:00
spgist Refactor planner's header files. 2019-01-29 15:48:51 -05:00
table Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
tablesample Refactor planner's header files. 2019-01-29 15:48:51 -05:00
transam Adjust comment about timeout when waiting for WAL at recovery 2019-02-01 10:46:45 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00