Change config_generic.vartype to be initialized at compile time
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2025-10-17T08:33:54Z
Releases:
19 (unreleased)
Change config_generic.vartype to be initialized at compile time Previously, this was initialized at run time so that it did not have to be maintained by hand in guc_tables.c. But since that table is now generated anyway, we might as well generate this bit as well. Reviewed-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/8fdfb91e-60fb-44fa-8df6-f5dea47353c9@eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/misc/gen_guc_tables.pl | modified | +1 −0 |
| src/backend/utils/misc/guc.c | modified | +1 −27 |
| src/include/utils/guc_tables.h | modified | +1 −1 |
Discussion
- Reorganize GUC structs 20 messages · 2025-10-03 → 2026-06-24