postgresql/src/backend/access
Fujii Masao 5d2b45e3f7 Add GUC to control the time to wait before retrieving WAL after failed attempt.
Previously when the standby server failed to retrieve WAL files from any sources
(i.e., streaming replication, local pg_xlog directory or WAL archive), it always
waited for five seconds (hard-coded) before the next attempt. For example,
this is problematic in warm-standby because restore_command can fail
every five seconds even while new WAL file is expected to be unavailable for
a long time and flood the log files with its error messages.

This commit adds new parameter, wal_retrieve_retry_interval, to control that
wait time.

Alexey Vasiliev and Michael Paquier, reviewed by Andres Freund and me.
2015-02-23 20:55:17 +09:00
..
brin Tweak BRIN minmax operator class 2015-01-22 17:01:09 -03:00
common Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 2015-02-21 15:13:06 -05:00
gin Use a separate memory context for GIN scan keys. 2015-02-04 17:40:25 +02:00
gist Fix knn-GiST queue comparison function to return heap tuples first. 2015-02-17 22:33:38 +02:00
hash Update copyright for 2015 2015-01-06 11:43:47 -05:00
heap Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 2015-02-21 16:12:14 -05:00
index Fix BuildIndexValueDescription for expressions 2015-01-29 21:59:34 -05:00
nbtree Use FLEXIBLE_ARRAY_MEMBER in some more places. 2015-02-20 17:32:01 -05:00
rmgrdesc Tweak heapam's rmgr desc output slightly 2015-01-12 16:09:16 -03:00
spgist Update copyright for 2015 2015-01-06 11:43:47 -05:00
transam Add GUC to control the time to wait before retrieving WAL after failed attempt. 2015-02-23 20:55:17 +09:00
Makefile BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00