Oops, meant to change the comment in writeTimeLineHistory.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 5 Dec 2012 19:00:59 +0000 (21:00 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 5 Dec 2012 19:00:59 +0000 (21:00 +0200)
src/backend/access/transam/timeline.c
src/backend/access/transam/xlog.c

index 324b6c18601c2cbbdb10d2fcb580a13f90c20438..0681944ae5e1905daba9adaee486fce6367517c0 100644 (file)
@@ -387,7 +387,7 @@ writeTimeLineHistory(TimeLineID newTLI, TimeLineID parentTLI,
 
        /*
         * 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.
         */
 #if HAVE_WORKING_LINK
index 90069196f5c506865a5f973da5165bdcd38d2d48..b69b082a2266ffb18820363f728547c0cdd7ff93 100644 (file)
@@ -2515,7 +2515,7 @@ InstallXLogFileSegment(XLogSegNo *segno, char *tmppath,
 
        /*
         * 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.
         */
 #if HAVE_WORKING_LINK