Re: Logging WAL when updating hintbit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Logging WAL when updating hintbit
Дата
Msg-id 9645.1385486881@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Logging WAL when updating hintbit  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Logging WAL when updating hintbit  (Sawada Masahiko <sawada.mshk@gmail.com>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On 11/25/13, 7:02 AM, Sawada Masahiko wrote:
>> I attached the new version patch which adds separated parameter
>> 'enable_logging_hintbit'.

> Let's not add more parameters named enable_*.  Every parameter enables
> something.

More to the point: there's a convention that we use enable_foo
for planner control parameters that gate usage of a "foo" plan type.
This is not in that category.
        regards, tom lane



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: why semicolon after begin is not allowed in postgresql?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pre-commit triggers