Emit a warning if the extension's GUC is set incorrectly

Поиск
Список
Период
Сортировка
От Shinya Kato
Тема Emit a warning if the extension's GUC is set incorrectly
Дата
Msg-id 524fa2c0a34f34b68fbfa90d0760d515@oss.nttdata.com
обсуждение исходный текст
Ответы Re: Emit a warning if the extension's GUC is set incorrectly  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
Hi hackers,

If wrong GUCs of auth_delay, pg_trgm, postgres_fdw and sepgsql are 
described in postgresql.conf, a warning is not emitted unlike 
pg_stat_statements, auto_explain and pg_prewarm.
So, I improved it by adding EmitWarningsOnPlaceholders.
An example output is shown below.
---
2021-11-14 18:18:16.486 JST [487067] WARNING:  unrecognized 
configuration parameter "auth_delay.xxx"
---

What do you think?

-- 
Regards,

--
Shinya Kato
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrey Borodin
Дата:
Сообщение: Re: Commitfest 2021-11 Patch Triage - Part 2
Следующее
От: Amit Langote
Дата:
Сообщение: Re: support for MERGE