pgsql: psql: Catch and report errors while printing result table

Started by Peter Eisentrautover 6 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

psql: Catch and report errors while printing result table

Errors (for example I/O errors or disk full) while printing out result
tables were completely ignored, which could result in silently
truncated output in scripts, for example. Fix by adding some basic
error checking and reporting.

Author: Daniel Verite <daniel@manitou-mail.org>
Author: David Zhang <david.zhang@highgo.ca>
Discussion: /messages/by-id/9a0b3c8d-ee14-4b1d-9d0a-2c993bdabacc@manitou-mail.org

Branch
------
master

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

Modified Files
--------------
src/bin/psql/common.c | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)