Fix bug in comment of timeline history file.
Fujii Masao
This commit is contained in:
parent
816b008eaf
commit
45cd9199c2
@ -4369,7 +4369,7 @@ writeTimeLineHistory(TimeLineID newTLI, TimeLineID parentTLI,
|
|||||||
xlogfname,
|
xlogfname,
|
||||||
recoveryStopAfter ? "after" : "before",
|
recoveryStopAfter ? "after" : "before",
|
||||||
recoveryStopXid);
|
recoveryStopXid);
|
||||||
if (recoveryTarget == RECOVERY_TARGET_TIME)
|
else if (recoveryTarget == RECOVERY_TARGET_TIME)
|
||||||
snprintf(buffer, sizeof(buffer),
|
snprintf(buffer, sizeof(buffer),
|
||||||
"%s%u\t%s\t%s %s\n",
|
"%s%u\t%s\t%s %s\n",
|
||||||
(srcfd < 0) ? "" : "\n",
|
(srcfd < 0) ? "" : "\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user