pgsql: Update line count totals for psql help displays.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update line count totals for psql help displays.
Date: 2016-08-18 20:04:46
Message-ID: E1baTYU-0002Zq-8X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6ab10fe2afa7690e84a5845ede51b81690020064

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-08-18 22:10:30 pgsql: Remove obsolete replacement system() on darwin
Previous Message Alvaro Herrera 2016-08-18 19:39:46 Re: [COMMITTERS] pgsql: Fix deletion of speculatively inserted TOAST on conflict