Commit d67b06fe authored by Heikki Linnakangas's avatar Heikki Linnakangas

Oops, meant to change the comment in writeTimeLineHistory.

parent 6aa2e49a
...@@ -387,7 +387,7 @@ writeTimeLineHistory(TimeLineID newTLI, TimeLineID parentTLI, ...@@ -387,7 +387,7 @@ writeTimeLineHistory(TimeLineID newTLI, TimeLineID parentTLI,
/* /*
* Prefer link() to rename() here just to be really sure that we don't * Prefer link() to rename() here just to be really sure that we don't
* overwrite an existing logfile. However, there shouldn't be one, so * overwrite an existing file. However, there shouldn't be one, so
* rename() is an acceptable substitute except for the truly paranoid. * rename() is an acceptable substitute except for the truly paranoid.
*/ */
#if HAVE_WORKING_LINK #if HAVE_WORKING_LINK
......
...@@ -2515,7 +2515,7 @@ InstallXLogFileSegment(XLogSegNo *segno, char *tmppath, ...@@ -2515,7 +2515,7 @@ InstallXLogFileSegment(XLogSegNo *segno, char *tmppath,
/* /*
* Prefer link() to rename() here just to be really sure that we don't * Prefer link() to rename() here just to be really sure that we don't
* overwrite an existing file. However, there shouldn't be one, so * overwrite an existing logfile. However, there shouldn't be one, so
* rename() is an acceptable substitute except for the truly paranoid. * rename() is an acceptable substitute except for the truly paranoid.
*/ */
#if HAVE_WORKING_LINK #if HAVE_WORKING_LINK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment