pgsql: Fix 'Q' format char parsing in the new to_timestamp() code. - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Fix 'Q' format char parsing in the new to_timestamp() code.
Date
Msg-id 20081110173653.63D757545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.149 -> r1.150)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.149&r2=1.150)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Add a --locale switch to createdb, to ease the creation of
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and