pgsql-server/src backend/postmaster/postmaster ...

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:26:49

Modified files:
src/backend/postmaster: postmaster.c
src/backend/utils/adt: datetime.c
src/include/utils: datetime.h
src/test/regress/expected: 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.