Re: Convert node test compile-time settings into run-time parameters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Convert node test compile-time settings into run-time parameters
Дата
Msg-id 3485601.1716213570@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Convert node test compile-time settings into run-time parameters  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: Convert node test compile-time settings into run-time parameters
Список pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes:
> This patch converts the compile-time settings
>      COPY_PARSE_PLAN_TREES
>      WRITE_READ_PARSE_PLAN_TREES
>      RAW_EXPRESSION_COVERAGE_TEST

> into run-time parameters

>      debug_copy_parse_plan_trees
>      debug_write_read_parse_plan_trees
>      debug_raw_expression_coverage_test

I'm kind of down on this.  It seems like forcing a bunch of
useless-in-production debug support into the standard build.
What of this would be of any use to any non-developer?

            regards, tom lane



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: PostgreSQL 17 Beta 1 release announcement draft
Следующее
От: Jacob Champion
Дата:
Сообщение: Re: libpq compression (part 3)