An error occurred while fetching folder content.
Select Git revision
postgres_fdw
-
-
- Open in your IDE
- Download source code
- Download this directory
Peter Eisentraut
authored
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.
Name | Last commit | Last update |
---|---|---|
.. |