Fix compile failure.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Feb 2020 23:43:23 +0000 (18:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Feb 2020 23:43:40 +0000 (18:43 -0500)
commit36390713a60f446da7e7ae758771c9104fa89394
treee68dfd42f30f9000fb39f698a64c8cf608bb5018
parent2742c45080077ed3b08b810bb96341499b86d530
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.
contrib/dblink/dblink.c
contrib/postgres_fdw/connection.c