Bring in a patch from Keith Parks to move the use of European dates
Marc G. Fournier <scrappy@hub.org>
Bring in a patch from Keith Parks to move the use of European dates from a #define to a run-time option '-e' Man page was updated to reflect new option
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/sysfunc.c | modified | +7 −5 |
| src/backend/postmaster/postmaster.c | modified | +14 −4 |
| src/backend/tcop/postgres.c | modified | +15 −4 |
| src/backend/utils/adt/datetimes.c | modified | +20 −20 |
| src/backend/utils/init/globals.c | modified | +3 −1 |
| src/include/config.h | modified | +1 −6 |
| src/include/miscadmin.h | modified | +3 −1 |
| src/man/postgres.1 | modified | +24 −4 |
| src/man/postmaster.1 | modified | +21 −1 |