postgresql/contrib/dblink
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses
PQerrorMessage() returns an error message with a trailing newline, but
in backend use (dblink, postgres_fdw, libpqwalreceiver), we want to have
the error message without that for emitting via ereport().  To simplify
that, add a function pchomp() that returns a pstrdup'ed string with the
trailing newline characters removed.
2017-02-27 08:54:51 -05:00
..
expected chomp PQerrorMessage() in backend uses 2017-02-27 08:54:51 -05:00
input
output
sql Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
.gitignore
dblink--1.0--1.1.sql
dblink--1.1--1.2.sql Fix parallel-safety markings for contrib/dblink. 2016-06-17 23:08:21 -04:00
dblink--1.2.sql Fix parallel-safety markings for contrib/dblink. 2016-06-17 23:08:21 -04:00
dblink--unpackaged--1.0.sql
dblink.c chomp PQerrorMessage() in backend uses 2017-02-27 08:54:51 -05:00
dblink.control Update dblink extension for parallel query. 2016-06-17 15:18:44 -04:00
dblink.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Update dblink extension for parallel query. 2016-06-17 15:18:44 -04:00
pg_service.conf