Fix bug in comment of timeline history file.

Fujii Masao
This commit is contained in:
Simon Riggs 2010-10-14 19:06:06 +01:00
parent 816b008eaf
commit 45cd9199c2
1 changed files with 1 additions and 1 deletions

View File

@ -4369,7 +4369,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",