pgsql: Fix duplicated consecutive words in comments

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Fix duplicated consecutive words in comments
Дата
Msg-id E1s0zW5-000QKr-Dp@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix duplicated consecutive words in comments

Also, fix a comment incorrectly referencing the "streaming read API".
This was renamed to "read stream" shortly before being committed.

Discussion: https://postgr.es/m/CAApHDvq-2Zdqytm_Hf3RmVf0qg5PS9jTFAJ5QTc9xH9pwvwDTA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/310cd8ab386ca44213b62b1c36162110d46bfc7a

Modified Files
--------------
src/backend/access/heap/heapam.c           | 2 +-
src/backend/access/heap/vacuumlazy.c       | 2 +-
src/backend/catalog/namespace.c            | 2 +-
src/backend/replication/logical/slotsync.c | 2 +-
src/backend/storage/smgr/smgr.c            | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Remove redundant JSON parser typedefs
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Detect more overflows in timestamp[tz]_pl_interval.