Mark to_number() and the numeric-type variants of to_char() as stable, not

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 923ec1a19f5839dfb7628ad20521aa38f25b4e8f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-11-28T19:19:25Z
Releases: 7.3.17
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.

Files

PathChange+/−
src/include/catalog/pg_proc.h modified +7 −7