diff options
author | Joe Conway <mail@joeconway.com> | 2016-12-22 09:47:46 -0800 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2016-12-22 09:47:46 -0800 |
commit | 80ca22aa60a6138b5ada890339dd6a6e2397222d (patch) | |
tree | cf422ea4ef60c723a630fe3f05dfb91f009a1ac9 /src/backend/utils/adt/arrayfuncs.c | |
parent | d5c05f27a43fd0bc777b13dd50de203bade2118d (diff) | |
download | postgresql-80ca22aa60a6138b5ada890339dd6a6e2397222d.tar.gz postgresql-80ca22aa60a6138b5ada890339dd6a6e2397222d.zip |
Make dblink try harder to form useful error messages
When libpq encounters a connection-level error, e.g. runs out of memory
while forming a result, there will be no error associated with PGresult,
but a message will be placed into PGconn's error buffer. postgres_fdw
takes care to use the PGconn error message when PGresult does not have
one, but dblink has been negligent in that regard. Modify dblink to mirror
what postgres_fdw has been doing.
Back-patch to all supported branches.
Author: Joe Conway
Reviewed-By: Tom Lane
Discussion: https://postgr.es/m/02fa2d90-2efd-00bc-fefc-c23c00eb671e%40joeconway.com
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions