Warn users if they used wrong GUC name.

This commit is contained in:
Julien Rouhaud 2021-01-22 19:08:32 +08:00
parent 3131560b85
commit 0eca85f2aa

View file

@ -125,6 +125,7 @@ _PG_init(void)
NULL,
NULL);
EmitWarningsOnPlaceholders("hypopg");
}
void