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:18:56
Message-ID: 20061128191856.76B589FB24B@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:
----
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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-11-28 19:19:07 pgsql: Mark to_number() and the numeric-type variants of to_char() as
Previous Message Tom Lane 2006-11-28 19:18:44 pgsql: Mark to_char(timestamp without timezone) as stable, not