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:07
Message-ID: 20061128191907.909A09FB260@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_0_STABLE

Modified Files:
--------------
pgsql/src/include/catalog:
pg_proc.h (r1.349 -> r1.349.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.349&r2=1.349.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-11-28 19:19:17 pgsql: Mark to_number() and the numeric-type variants of to_char() as
Previous Message Tom Lane 2006-11-28 19:18:56 pgsql: Mark to_number() and the numeric-type variants of to_char() as