pgsql: Rework echo_hidden for \sf and \ef from commit e4d2817. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Rework echo_hidden for \sf and \ef from commit e4d2817.
Date
Msg-id E1XsBwK-0000qw-9K@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rearrange CustomScan API.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix mishandling of system columns in FDW queries.