Typo in xlog.c comment?

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo in xlog.c comment?
Date: 2018-10-31 14:32:24
Message-ID: A6817958-949E-4A5B-895D-FA421B6640C2@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-10-31 14:51:06 Re: Typo in xlog.c comment?
Previous Message Tom Lane 2018-10-31 14:21:44 Re: WIP Patch: Add a function that returns binary JSONB as a bytea