From d67b06fe3e2811f8c2270b8b2b266bf1480152bc Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 5 Dec 2012 21:00:59 +0200 Subject: Oops, meant to change the comment in writeTimeLineHistory. --- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/transam/xlog.c') diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 90069196f5c..b69b082a226 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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 -- cgit v1.2.3