| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/src backend/postmaster/postmaster ... |
| Date: | 2003-01-16 00:26:49 |
| Message-ID: | 20030116002649.AEA47476707@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-01-16 00:27:18 | pgsql-server/src backend/postmaster/Tag: backe ... |
| Previous Message | Peter Eisentraut - PostgreSQL | 2003-01-15 23:37:28 | pgsql-server/src backend/catalog/information_s ... |