diff options
| author | Tom Lane | 2021-12-27 21:01:10 +0000 |
|---|---|---|
| committer | Tom Lane | 2021-12-27 21:01:10 +0000 |
| commit | cab5b9ab2c066ba904f13de2681872dcda31e207 (patch) | |
| tree | c559d1f2e8c9546c2808cd663a77d8d4d3b927a5 /contrib/auto_explain/auto_explain.c | |
| parent | 5609cc01c69b80f8788771dc6f5696a459469119 (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/[email protected]
Diffstat (limited to 'contrib/auto_explain/auto_explain.c')
| -rw-r--r-- | contrib/auto_explain/auto_explain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/auto_explain/auto_explain.c b/contrib/auto_explain/auto_explain.c index a695fba0c57..59ba63455fd 100644 --- a/contrib/auto_explain/auto_explain.c +++ b/contrib/auto_explain/auto_explain.c @@ -231,7 +231,7 @@ _PG_init(void) NULL, NULL); - MarkGUCPrefixReserved("auto_explain"); + EmitWarningsOnPlaceholders("auto_explain"); /* Install hooks. */ prev_ExecutorStart = ExecutorStart_hook; |
