pgsql: Fix case where "PM" to_timestamp() mask was eating too many

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix case where "PM" to_timestamp() mask was eating too many
Date: 2006-09-03 01:22:56
Message-ID: 20060903012256.ABC409FB524@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix case where "PM" to_timestamp() mask was eating too many characters.
Report from Josh Tolley.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.110 -> r1.111)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.110&r2=1.111)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-03 01:59:09 pgsql: Update predicate locking text.
Previous Message Bruce Momjian 2006-09-03 01:16:21 Re: [COMMITTERS] pgsql: Change FETCH/MOVE to use int8.