Typo in xlog.c comment?

Started by Daniel Gustafssonover 7 years ago2 messageshackers
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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

#2Andres Freund
andres@anarazel.de
In reply to: Daniel Gustafsson (#1)
Re: Typo in xlog.c comment?

Hi,

On 2018-10-31 15:32:24 +0100, Daniel Gustafsson wrote:

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?

No, you're right. Fixed!

Greetings,

Andres Freund