Re: GUC values - recommended way to declare the C variables?
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-10-12T19:12:15Z
Lists: pgsql-hackers
On Wed, Sep 28, 2022 at 10:13:22AM +1000, Peter Smith wrote: > PSA a small patch to tidy a few of the GUC C variables - adding > comments and removing unnecessary declaration assignments. > > make check-world passed OK. Looks reasonable to me. I've marked this as ready-for-committer. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Add check on initial and boot values when loading GUCs
- a73952b79563 16.0 landed
-
Clean up some inconsistencies with GUC declarations
- d9d873bac670 16.0 landed
-
Clean up some GUC declarations and comments
- 7d25958453a6 16.0 landed