Make configuration parameters fall back to their default values when they
Peter Eisentraut <peter_e@gmx.net>
Make configuration parameters fall back to their default values when they are removed from the configuration file. Joachim Wieland
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +4 −2 |
| src/backend/utils/misc/guc.c | modified | +227 −27 |
| src/backend/utils/misc/guc-file.l | modified | +203 −7 |
| src/include/utils/guc_tables.h | modified | +7 −4 |