From: Heikki Linnakangas Date: Thu, 5 Feb 2009 17:02:06 +0000 (+0200) Subject: comment fixex X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=274e90a76200ed7e27a2e52276819660cf2d5f27;p=users%2Fsimon%2Fpostgres.git comment fixex --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 0055e7aa6d..1772f19301 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -6588,7 +6588,6 @@ xlog_redo(XLogRecPtr lsn, XLogRecord *record) /* * TLI may change in a shutdown checkpoint, but it shouldn't decrease - * shutdown checkpoints only occur at shutdown. Much less confusing. */ if (checkPoint.ThisTimeLineID != ThisTimeLineID) { @@ -7546,7 +7545,7 @@ CancelBackup(void) */ /* - * wal_quickdie() occurs when signalled SIGQUIT by the postmaster. + * startupproc_quickdie() occurs when signalled SIGQUIT by the postmaster. * * Some backend has bought the farm, * so we need to stop what we're doing and exit.