-
- Downloads
Code review for GUC revert-values-if-removed-from-postgresql.conf patch;
and in passing, fix some bogosities dating from the custom_variable_classes patch. Fix guc-file.l to correctly check changes in custom_variable_classes that are attempted concurrently with additions/removals of custom variables, and don't allow the new setting to be applied in advance of checking it. Clean up messy and undocumented situation for string variables with NULL boot_val. Fix DefineCustomVariable functions to initialize boot_val correctly. Prevent find_option from inserting bogus placeholders for custom variables that are simply inquired about rather than being set.
Showing
- src/backend/utils/cache/ts_cache.c 2 additions, 10 deletionssrc/backend/utils/cache/ts_cache.c
- src/backend/utils/misc/README 9 additions, 1 deletionsrc/backend/utils/misc/README
- src/backend/utils/misc/guc-file.l 171 additions, 142 deletionssrc/backend/utils/misc/guc-file.l
- src/backend/utils/misc/guc.c 214 additions, 229 deletionssrc/backend/utils/misc/guc.c
- src/include/utils/guc_tables.h 11 additions, 10 deletionssrc/include/utils/guc_tables.h
Loading
Please register or sign in to comment