pgsql: Mark to_number() and the numeric-type variants of to_char() as - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Mark to_number() and the numeric-type variants of to_char() as
Date
Msg-id 20061128191926.179A79FB271@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Mark to_number() and the numeric-type variants of to_char() as stable, not
immutable, because their results depend on lc_numeric; this is a longstanding
oversight.  We cannot force initdb for this in the back branches, but we can
at least provide correct catalog entries for future installations.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/include/catalog:
        pg_proc.h (r1.275.2.2 -> r1.275.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.275.2.2&r2=1.275.2.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Mark to_number() and the numeric-type variants of to_char() as
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update timezone data to tzdata2006p zic distribution.