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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Convert node test compile-time settings into run-time parameters
Date: 2024-05-20 13:59:30
Message-ID: 3485601.1716213570@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(at)eisentraut(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2024-05-20 14:14:50 Re: libpq compression (part 3)
Previous Message Masahiko Sawada 2024-05-20 13:40:32 Re: PostgreSQL 17 Beta 1 release announcement draft