Re: GUC values - recommended way to declare the C variables?
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Tom Lane <tgl@sss.pgh.pa.us>, Nathan Bossart <nathandbossart@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-10-25T06:11:12Z
Lists: pgsql-hackers
Attachments
- v4-0001-TMP-Justins-DYNAMIC_DEFAULT-patch.patch (application/octet-stream) patch v4-0001
- v4-0002-GUC-C-variable-sanity-check.patch (application/octet-stream) patch v4-0002
On Tue, Oct 25, 2022 at 4:09 PM Michael Paquier <michael@paquier.xyz> wrote: > > On Tue, Oct 25, 2022 at 02:43:43PM +1100, Peter Smith wrote: > > This is essentially the same as before except now, utilizing the > > GUC_DEFAULT_COMPILE flag added by Justin's patch [1], the sanity-check > > skips over any dynamic compiler-dependent GUCs. > > Yeah, this is a self-reminder that I should try to look at what's on > the other thread. > > > Patch 0001 - GUC trivial mods to logical replication GUC C var declarations > > This one seems fine, so done. > -- Thanks for pushing v3-0001. PSA v4. Rebased the remaining 2 patches so the cfbot can still work. ------ Kind Regards, Peter Smith. Fujitsu Australia
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