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

From [email protected] (Tom Lane)
Subject pgsql: Mark to_number() and the numeric-type variants of to_char() as
Date
Msg-id [email protected]
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:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/include/catalog:
        pg_proc.h (r1.387 -> r1.387.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.387&r2=1.387.2.1)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Mark to_char(timestamp without timezone) as stable, not
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Mark to_number() and the numeric-type variants of to_char() as