From 274e90a76200ed7e27a2e52276819660cf2d5f27 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Thu, 5 Feb 2009 19:02:06 +0200 Subject: [PATCH] comment fixex --- src/backend/access/transam/xlog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.39.5