Re: Generate GUC tables from .dat file - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Generate GUC tables from .dat file
Date
Msg-id fe561e71-2a71-4780-8aee-77b5d1800a1f@eisentraut.org
Whole thread Raw
In response to Re: Generate GUC tables from .dat file  (Richard Guo <guofenglinux@gmail.com>)
Responses Re: Generate GUC tables from .dat file
List pgsql-hackers
On 03.09.25 11:39, Richard Guo wrote:
> On Wed, Sep 3, 2025 at 5:41 PM Peter Eisentraut <peter@eisentraut.org> wrote:
>> I have committed this with a few of the small changes mentioned nearby.
> 
> copperhead reported just now a test failure in test_oat_hooks:
> 
>   SET debug_discard_caches = 0;
> +ERROR:  unrecognized configuration parameter "debug_discard_caches"
> 
> I'm not sure if it's related to this commit, but I'm reporting it here
> just in case.

Yup, I pushed a fix already.  Thanks.




pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: Pathify RHS unique-ification for semijoin planning
Next
From: Yugo Nagata
Date:
Subject: Re: Improve error message for duplicate labels in enum types