- Notifications
You must be signed in to change notification settings - Fork28
Commit40fda15
committed
Code review for GUC revert-values-if-removed-from-postgresql.conf patch;
and in passing, fix some bogosities dating from the custom_variable_classespatch. Fix guc-file.l to correctly check changes in custom_variable_classesthat 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 NULLboot_val. Fix DefineCustomVariable functions to initialize boot_valcorrectly. Prevent find_option from inserting bogus placeholders for customvariables that are simply inquired about rather than being set.1 parent43df609 commit40fda15
File tree
5 files changed
+407
-392
lines changed- src
- backend/utils
- cache
- misc
- include/utils
5 files changed
+407
-392
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | 595 | | |
604 | 596 | | |
605 | 597 | | |
| |||
637 | 629 | | |
638 | 630 | | |
639 | 631 | | |
640 | | - | |
| 632 | + | |
641 | 633 | | |
642 | 634 | | |
643 | 635 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
| |||
0 commit comments
Comments
(0)