summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-11-06 21:25:45 +0900
committerFujii Masao <fujii@postgresql.org>2014-11-06 21:25:45 +0900
commit38eb5d9e86af67953bad91dd5b9d993b076b37bf (patch)
tree40c8abffc5883423aa324ceb2c852bfb2d0fb379 /src/backend/utils/cache
parent0ef754cad73e0516bfdfc7f58cdd00dfdf305491 (diff)
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 'src/backend/utils/cache')
0 files changed, 0 insertions, 0 deletions