]> granicus.if.org Git - postgresql/commit
Mark to_char(timestamp without timezone) as stable, not immutable, since its
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Nov 2006 19:18:44 +0000 (19:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Nov 2006 19:18:44 +0000 (19:18 +0000)
commit64353640e87b54250f1b8a1d2a708d270dff4bfd
treec93261f2cff1478ee410ed1596542a41d17d5f08
parenta75ccd1def73aa561a37c02387484fe6ae3bdf68
Mark to_char(timestamp without timezone) as stable, not immutable, since its
result now depends on the lc_messages setting, as noted by Bruce.
Also, mark to_number() and the numeric-type variants of to_char() as stable,
because their results depend on lc_numeric; this is a longstanding oversight.
Also, mark to_date() and to_char(interval) as stable; although these appear
not to depend on any GUC variables as of CVS HEAD, that seems a property
unlikely to survive future improvements.  It seems best to mark all the
formatting functions stable and be done with it.
catversion not bumped, because this does not seem critical enough to force
a post-RC1 initdb, and anyway we cannot do so in the back branches.
src/include/catalog/pg_proc.h