Typo in xlog.c comment?

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Typo in xlog.c comment?
Дата
Msg-id A6817958-949E-4A5B-895D-FA421B6640C2@yesql.se
обсуждение исходный текст
Ответы Re: Typo in xlog.c comment?
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP Patch: Add a function that returns binary JSONB as a bytea
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Typo in xlog.c comment?