Fix compile failure.
Tom Lane <tgl@sss.pgh.pa.us>
Fix compile failure. I forgot that some compilers won't handle #if constructs within ereport() calls. Duplicating most of the call is annoying but simple. Per buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dblink/dblink.c | modified | +18 −8 |
| contrib/postgres_fdw/connection.c | modified | +10 −4 |