From cab5b9ab2c066ba904f13de2681872dcda31e207 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 27 Dec 2021 16:01:10 -0500 Subject: 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 --- contrib/postgres_fdw/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/postgres_fdw/option.c') 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"); } -- cgit v1.2.3