pgsql: Fix case where "PM" to_timestamp() mask was eating too many - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Fix case where "PM" to_timestamp() mask was eating too many
Date
Msg-id 20060903012256.ABC409FB524@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update predicate locking text.