Re: Generate GUC tables from .dat file

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: John Naylor <johncnaylorls(at)gmail(dot)com>, "David E(dot) Wheeler" <david(at)justatheory(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Re: Generate GUC tables from .dat file
Date: 2025-09-03 09:39:29
Message-ID: CAMbWs4-vtJH18bH-i5YTd1AGqpqZWA8qm55DqjfiGk5T60sTcw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 3, 2025 at 5:41 PM Peter Eisentraut <peter(at)eisentraut(dot)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

In response to

Responses

Browse pgsql-hackers by date

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