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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark to_number() and the numeric-type variants of to_char() as
Date: 2006-11-28 19:19:26
Message-ID: 20061128191926.179A79FB271@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-11-28 19:37:03 pgsql: Update timezone data to tzdata2006p zic distribution.
Previous Message Tom Lane 2006-11-28 19:19:17 pgsql: Mark to_number() and the numeric-type variants of to_char() as