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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix psql's --help=commands output line count.
Date: 2017-09-05 20:41:41
Message-ID: E1dpKfF-0002yd-Kh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-05 22:17:55 pgsql: Add \gdesc psql command.
Previous Message Tom Lane 2017-09-05 19:57:54 pgsql: Use lfirst_node() and linitial_node() where appropriate in plann