pgsql: psql: Refactor ProcessResult()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Refactor ProcessResult()
Date: 2022-04-01 11:17:48
Message-ID: E1naFHo-000IH9-6T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Refactor ProcessResult()

Separate HandleCopyResult() from ProcessResult() in preparation for a
subsequent patch.

Author: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Discussion: https://www.postgresql.org/message-id/flat/alpine(dot)DEB(dot)2(dot)21(dot)1904132231510(dot)8961(at)lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5519d5affdfae4f5ea4b5faca65348cc14c5d279

Modified Files
--------------
src/bin/psql/common.c | 204 +++++++++++++++++++++++++++-----------------------
1 file changed, 111 insertions(+), 93 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-04-01 12:16:36 pgsql: Add SSL tests for IP addresses in certificates
Previous Message Michael Paquier 2022-04-01 04:30:40 pgsql: Add macros in hash and btree AMs to get the special area of thei