Fix compile failure.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 36390713a60f446da7e7ae758771c9104fa89394
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-02-24T23:43:40Z
Releases: 13.0
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

PathChange+/−
contrib/dblink/dblink.c modified +18 −8
contrib/postgres_fdw/connection.c modified +10 −4