mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Revert changes about warnings/errors for placeholders.
Revert commits5609cc01c
,2ed8a8cc5
, and75d22069e
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
This commit is contained in:
@ -136,7 +136,7 @@ _PG_init(void)
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
MarkGUCPrefixReserved("pg_prewarm");
|
||||
EmitWarningsOnPlaceholders("pg_prewarm");
|
||||
|
||||
RequestAddinShmemSpace(MAXALIGN(sizeof(AutoPrewarmSharedState)));
|
||||
|
||||
|
Reference in New Issue
Block a user