Thread: pgsql: Given its current definition that depends on time(NULL),

pgsql: Given its current definition that depends on time(NULL),

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Given its current definition that depends on time(NULL), timetz_zone
is certainly no longer immutable, but must indeed be marked volatile.
I wonder if it should use the value of now() (that is, transaction
start time) so that it could be marked stable.  But it's probably not
important enough to be worth changing the code for ... indeed, I'm not
even going to force an initdb for this catalog change, seeing that we
just did one a few hours ago.

Modified Files:
--------------
    pgsql/src/include/catalog:
        pg_proc.h (r1.383 -> r1.384)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.383&r2=1.384)