pgsql: Update line count totals for psql help displays.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update line count totals for psql help displays.
Дата
Msg-id E1baTYU-0002Zr-8a@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update line count totals for psql help displays.

As usual, we've been pretty awful about maintaining these counts.
They're not all that critical, perhaps, but let's get them right
at release time.  Also fix 9.5, which I notice is just as bad.
It's probably wrong further back, but the lack of --help=foo
options before 9.5 makes it too painful to count.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c4f1540d3a296d0328e21b32cdc612f611353b7c

Modified Files
--------------
src/bin/psql/help.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update line count totals for psql help displays.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove obsolete replacement system() on darwin