Save source of GUC settings, allowing different sources to be processed in
Peter Eisentraut <peter_e@gmx.net>
Save source of GUC settings, allowing different sources to be processed in any order without affecting results.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +3 −3 |
| src/backend/commands/variable.c | modified | +3 −3 |
| src/backend/postmaster/postmaster.c | modified | +34 −65 |
| src/backend/tcop/postgres.c | modified | +20 −17 |
| src/backend/utils/misc/guc.c | modified | +116 −97 |
| src/backend/utils/misc/guc-file.l | modified | +5 −3 |
| src/include/utils/guc.h | modified | +20 −3 |