pgsql: psql: Avoid some spurious output if the server croaks.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Avoid some spurious output if the server croaks.
Date: 2012-03-07 21:57:09
Message-ID: E1S5Or7-0005cb-V9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Avoid some spurious output if the server croaks.

Fixes a regression in commit 08146775acd8bfe0fcc509c71857abb928697171.

Noah Misch

Branch
------
master

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

Modified Files
--------------
src/bin/psql/common.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-03-07 22:17:17 Re: pgsql: psql: Fix invalid memory access
Previous Message Peter Eisentraut 2012-03-07 21:54:37 pgsql: psql: Fix memory leak