mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Fix bug in comment of timeline history file.
Fujii Masao
This commit is contained in:
@ -4361,7 +4361,7 @@ writeTimeLineHistory(TimeLineID newTLI, TimeLineID parentTLI,
|
||||
xlogfname,
|
||||
recoveryStopAfter ? "after" : "before",
|
||||
recoveryStopXid);
|
||||
if (recoveryTarget == RECOVERY_TARGET_TIME)
|
||||
else if (recoveryTarget == RECOVERY_TARGET_TIME)
|
||||
snprintf(buffer, sizeof(buffer),
|
||||
"%s%u\t%s\t%s %s\n",
|
||||
(srcfd < 0) ? "" : "\n",
|
||||
|
Reference in New Issue
Block a user