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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.
Дата
Msg-id E1dphwD-0006ZM-Da@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: [COMMITTERS] pgsql: Allow SET STATISTICS on expression indexes
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Sync function prototype with its actual definition.