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

From Richard Guo
Subject Re: Generate GUC tables from .dat file
Date
Msg-id CAMbWs4-vtJH18bH-i5YTd1AGqpqZWA8qm55DqjfiGk5T60sTcw@mail.gmail.com
Whole thread Raw
In response to Re: Generate GUC tables from .dat file  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Generate GUC tables from .dat file
List pgsql-hackers
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.

- Richard



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Pathify RHS unique-ification for semijoin planning
Next
From: Michael Paquier
Date:
Subject: Re: 回复: Fix segfault while accessing half-initialized hash table in pgstat_shmem.c