pgsql: dblink: Fix error reporting - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: dblink: Fix error reporting
Date
Msg-id E1cssr8-0001Jt-9e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
dblink: Fix error reporting

The conname variable was not initialized in some code paths, resulting
in error reports referring to the "unnamed" connection rather than the
correct connection name.

Author: Rushabh Lathia <rushabh.lathia@gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85163641f8bdeb7734b37ae67faa224a029afe25

Modified Files
--------------
contrib/dblink/dblink.c | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Cleanup slots during drop database
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Altering default privileges on schemas