]> 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:27:17 +0000 (00:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jan 2003 00:27:17 +0000 (00:27 +0000)
commitdb398d05bea227cb2bbf8baca8e9abc5676a65cf
tree2c16e388b7cb679e95e8fdfb1356dec7c8cf14b7
parent1fb7158124685f05ad1083f1738d1e9dc7221b5c
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