summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/option.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-12-27 16:01:10 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2021-12-27 16:01:10 -0500
commitcab5b9ab2c066ba904f13de2681872dcda31e207 (patch)
treec559d1f2e8c9546c2808cd663a77d8d4d3b927a5 /contrib/postgres_fdw/option.c
parent5609cc01c69b80f8788771dc6f5696a459469119 (diff)
Revert changes about warnings/errors for placeholders.
Revert commits 5609cc01c, 2ed8a8cc5, and 75d22069e until we have a less broken idea of how this should work in parallel workers. Per buildfarm. Discussion: https://postgr.es/m/1640909.1640638123@sss.pgh.pa.us
Diffstat (limited to 'contrib/postgres_fdw/option.c')
-rw-r--r--contrib/postgres_fdw/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/option.c b/contrib/postgres_fdw/option.c
index 194c81ef35b..c2c4e36802c 100644
--- a/contrib/postgres_fdw/option.c
+++ b/contrib/postgres_fdw/option.c
@@ -532,5 +532,5 @@ _PG_init(void)
NULL,
NULL);
- MarkGUCPrefixReserved("postgres_fdw");
+ EmitWarningsOnPlaceholders("postgres_fdw");
}