postgresql/contrib/dblink/expected
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
..
.gitignore Diagnose incompatible OpenLDAP versions during build and test. 2014-07-22 11:01:03 -04:00
dblink.out chomp PQerrorMessage() in backend uses 2017-02-27 08:54:51 -05:00