pgsql-server/src backend/postmaster/Tag: backe ...

Started by Tom Laneover 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 03/01/15 19:27:17

Modified files:
src/backend/postmaster: Tag: REL7_3_STABLE postmaster.c
src/backend/utils/adt: Tag: REL7_3_STABLE datetime.c
src/include/utils: Tag: REL7_3_STABLE datetime.h
src/test/regress/expected: Tag: REL7_3_STABLE timestamp.out
timestamptz.out

Log message:
Repair an embarrassingly large number of alphabetization mistakes in the
datetime token tables. Even more embarrassing, the regression tests
revealed some of the problems --- but evidently the bogus output wasn't
questioned. Add code to postmaster startup to directly check the tables
for correct ordering, in hopes of not being embarrassed like this again.