[COMMITTERS] pgsql: Fix psql's --help=commands output line count.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Fix psql's --help=commands output line count.
Дата
Msg-id E1dpKfF-0002yd-Kh@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix psql's --help=commands output line count.

Evidently somebody neglected to update this sometime in the v10 cycle.

Patching REL_10_STABLE only; this value is about to be obsolete in
HEAD anyway.  Noted while examining \gdesc patch.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3fbf09563f839137e5279a390044a18e400fa074

Modified Files
--------------
src/bin/psql/help.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Use lfirst_node() and linitial_node() where appropriate inplann
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Add \gdesc psql command.