typo fix in pgstat.c: "exits should be exists"

Поиск
Список
Период
Сортировка
От vignesh C
Тема typo fix in pgstat.c: "exits should be exists"
Дата
Msg-id CALDaNm1DqgaLBAJrtGznKk1sR1mH-augmp7LfGvxWwTUhah+rg@mail.gmail.com
обсуждение исходный текст
Ответы Re: typo fix in pgstat.c: "exits should be exists"  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Список pgsql-hackers
Hi,

While reviewing replication statistics I found a small typo. Attached
patch for a typo in:
src/backend/postmaster/pgstat.c
................
                /*
-                * Check if the slot exits with the given name. It is
possible that by
+                * Check if the slot exists with the given name. It is
possible that by
                 * the time this message is executed the slot is
dropped but at least
                 * this check will ensure that the given name is for a
valid slot.
                 */
................

Regards,
Vignesh

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Table refer leak in logical replication
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: typo fix in pgstat.c: "exits should be exists"