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

From Tom Lane
Subject [COMMITTERS] pgsql: Fix psql's --help=commands output line count.
Date
Msg-id E1dpKfF-0002yd-Kh@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Use lfirst_node() and linitial_node() where appropriate inplann
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Add \gdesc psql command.