[COMMITTERS] pgsql: Improve dblink error message when remote does not provide it - Mailing list pgsql-committers

From Joe Conway
Subject [COMMITTERS] pgsql: Improve dblink error message when remote does not provide it
Date
Msg-id E1cJqgc-0007If-Ss@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve dblink error message when remote does not provide it

When dblink or postgres_fdw detects an error on the remote side of the
connection, it will try to construct a local error message as best it
can using libpq's PQresultErrorField(). When no primary message is
available, it was bailing out with an unhelpful "unknown error". Make
that message better and more style guide compliant. Per discussion
on hackers.

Backpatch to 9.2 except postgres_fdw which didn't exist before 9.3.

Discussion: https://postgr.es/m/19872.1482338965%40sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
contrib/dblink/dblink.c           | 2 +-
contrib/postgres_fdw/connection.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix detection of unfinished Unicode surrogate pair at end ofstr
Next
From: Joe Conway
Date:
Subject: [COMMITTERS] pgsql: Improve dblink error message when remote does not provide it