aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-11-06 21:24:40 +0900
committerFujii Masao <fujii@postgresql.org>2014-11-06 21:25:12 +0900
commitcc76577873945183352fa6e1e82cc14606c28fd3 (patch)
tree40d44d0b7747f309119ead265cd0098a3ca206b9 /contrib/postgres_fdw/postgres_fdw.c
parent26a95a1e521e4ae1a2ebdcc0db5745ee8d1285cc (diff)
downloadpostgresql-cc76577873945183352fa6e1e82cc14606c28fd3.tar.gz
postgresql-cc76577873945183352fa6e1e82cc14606c28fd3.zip
Prevent the unnecessary creation of .ready file for the timeline history file.
Previously .ready file was created for the timeline history file at the end of an archive recovery even when WAL archiving was not enabled. This creation is unnecessary and causes .ready file to remain infinitely. This commit changes an archive recovery so that it creates .ready file for the timeline history file only when WAL archiving is enabled. Backpatch to all supported versions.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions