[COMMITTERS] pgsql: Fix incorrect comments.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Fix incorrect comments.
Дата
Msg-id E1ckx8z-0007AL-PI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect comments.

Commit 19dc233c32f2900e57b8da4f41c0f662ab42e080 introduced these
comments.  Michael Paquier noticed that one of them had a typo, but
a bigger problem is that they were not an accurate description of
what the code was doing.

Patch by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/12a2544cb5f9e1f8541d1b941da6d9dae15f50a5

Modified Files
--------------
src/backend/utils/adt/misc.c | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Mark pg_start_backup and pg_stop_backup as parallel-restricted.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Combine several DROP variants into generic DropStmt