Typo in xlog.c comment? - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Typo in xlog.c comment?
Date
Msg-id A6817958-949E-4A5B-895D-FA421B6640C2@yesql.se
Whole thread Raw
Responses Re: Typo in xlog.c comment?  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Am I right in interpreting the below comment in xlog.c as documenting a new
mode of operation, so “Not” should actually be “Note”?  Or am I just not able
to English today?

diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 62fc418893..246869bba2 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -5579,7 +5579,7 @@ readRecoveryCommandFile(void)
        }

        /*
-        * Override any inconsistent requests. Not that this is a change of
+        * Override any inconsistent requests. Note that this is a change of
         * behaviour in 9.5; prior to this we simply ignored a request to pause if
         * hot_standby = off, which was surprising behaviour.
         */

cheers ./daniel

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP Patch: Add a function that returns binary JSONB as a bytea
Next
From: Andres Freund
Date:
Subject: Re: Typo in xlog.c comment?