- Notifications
You must be signed in to change notification settings - Fork5
Commitf465711
committed
Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.
variable, instead calling same code in variable.c that is used to parseSET DATESTYLE. Fix bug: although backend's startup datestyle had beenchanged to ISO, 'RESET DATESTYLE' and 'SET DATESTYLE TO DEFAULT' didn'tknow about it. For consistency I have made the latter two reset to thePGDATESTYLE-defined initial value, which may not be the same as thecompiled-in default of ISO.1 parentbd43ae0 commitf465711
File tree
3 files changed
+175
-164
lines changed- src
- backend
- commands
- tcop
- include/commands
3 files changed
+175
-164
lines changed0 commit comments
Comments
(0)