pgsql: Rework echo_hidden for \sf and \ef from commit e4d2817.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Rework echo_hidden for \sf and \ef from commit e4d2817.
Дата
Msg-id E1XsBwK-0000qw-9K@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rework echo_hidden for \sf and \ef from commit e4d2817.

PSQLexec's error reporting turns out to be too verbose for this case, so
revert to using PQexec instead with minimal error reporting. Prior to
calling PQexec, we call a function that mimics just the echo_hidden
piece of PSQLexec.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eca2b9ba3e1e65c2ac880578bfb3cbeed1cb1d26

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Rearrange CustomScan API.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix mishandling of system columns in FDW queries.