diff options
author | Joe Conway <mail@joeconway.com> | 2016-12-22 09:47:25 -0800 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2016-12-22 09:47:25 -0800 |
commit | 9b8507bfae9119427a5c3acf037c466a7e3d7046 (patch) | |
tree | 1b1c7df9d46ad16ccea210309f70da4e2593e13d /src | |
parent | bd46cce21476792c71952e23543bd943b160d0f1 (diff) |
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')
0 files changed, 0 insertions, 0 deletions