• Fujii Masao's avatar
    Prevent the unnecessary creation of .ready file for the timeline history file. · 5332b8ce
    Fujii Masao authored
    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.
    5332b8ce
timeline.c 14.9 KB