diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-12-05 21:00:59 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-12-05 21:00:59 +0200 |
commit | d67b06fe3e2811f8c2270b8b2b266bf1480152bc (patch) | |
tree | 93c788735f080514771e11d12b7621174867d362 /src/backend/access/transam/xlog.c | |
parent | 6aa2e49a878d28fbbbe8efe53c3a729a51a01090 (diff) | |
download | postgresql-d67b06fe3e2811f8c2270b8b2b266bf1480152bc.tar.gz postgresql-d67b06fe3e2811f8c2270b8b2b266bf1480152bc.zip |
Oops, meant to change the comment in writeTimeLineHistory.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |