[COMMITTERS] pgsql: Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.
Date
Msg-id E1dphwD-0006ZM-Da@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.

Saves ~150 lines, costs little.

Fabien Coelho, reviewed by Victor Drobny

Discussion: https://postgr.es/m/alpine.DEB.2.20.1703311958001.14355@lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ca4e20fde87d182aa699c5384fb1b6091f6e5f79

Modified Files
--------------
src/bin/psql/command.c | 322 +++++++++++++------------------------------------
1 file changed, 87 insertions(+), 235 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: [COMMITTERS] pgsql: Allow SET STATISTICS on expression indexes
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Sync function prototype with its actual definition.