Fix bug in comment of timeline history file.

Fujii Masao
pull/1/head
Simon Riggs 15 years ago
parent 816b008eaf
commit 45cd9199c2
  1. 2
      src/backend/access/transam/xlog.c

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

Loading…
Cancel
Save