]> granicus.if.org Git - postgresql/commit
Repair an embarrassingly large number of alphabetization mistakes in the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jan 2003 00:26:49 +0000 (00:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jan 2003 00:26:49 +0000 (00:26 +0000)
commitcb23b8415bfe9134196ba35a11eb312a0b77068a
treec3bfe377f43da0ad14a9be6dc1b12e98809cf856
parent828822bc9639cd2e168d12064c31ddacf40fd479
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.
src/backend/postmaster/postmaster.c
src/backend/utils/adt/datetime.c
src/include/utils/datetime.h
src/test/regress/expected/timestamp.out
src/test/regress/expected/timestamptz.out