| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Handle invalid libpq sockets in more places |
| Date: | 2016-03-09 02:20:58 |
| Message-ID: | E1adTkA-0002hF-OE@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Handle invalid libpq sockets in more places
Also, make error messages consistent.
From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/a40814d7aacbda9266c703cc011d3506668899de
Modified Files
--------------
.../replication/libpqwalreceiver/libpqwalreceiver.c | 2 +-
src/bin/pg_basebackup/pg_recvlogical.c | 8 ++++++++
src/bin/pg_basebackup/receivelog.c | 3 ++-
src/bin/pgbench/pgbench.c | 5 +++--
src/bin/scripts/vacuumdb.c | 15 +++++++++++----
src/interfaces/libpq/fe-misc.c | 2 +-
src/test/isolation/isolationtester.c | 6 ++++++
7 files changed, 32 insertions(+), 9 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2016-03-09 03:32:20 | pgsql: Improve handling of group-column indexes in GroupingSetsPath. |
| Previous Message | Peter Eisentraut | 2016-03-09 00:42:12 | pgsql: psql: Fix some strange code in SQL help creation |