pgsql: Fix EncodeSpecialTimestamp to throw error on unrecognized input, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix EncodeSpecialTimestamp to throw error on unrecognized input,
Date
Msg-id 20081014154429.43BC07545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than
returning a failure code that none of its callers bothered to check for.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.192 -> r1.193)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c?r1=1.192&r2=1.193)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fixed parsing of parameters.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Extend the date type to support infinity and -infinity,