pgsql/src/include/catalog pg_proc.h

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/catalog pg_proc.h
Date: 2001-02-27 20:34:11
Message-ID: 200102272034.f1RKYBR64170@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/02/27 15:34:11

Modified files:
src/include/catalog: pg_proc.h

Log message:
Mark new text<->date, text<->time, text<->timetz conversion functions as
noncachable, so that CURRENT_DATE and CURRENT_TIME work as functions
again, rather than being collapsed to constants immediately. Marking the
reverse conversions noncachable might be overkill, but I'm not sure;
do these datatypes have the notion of a CURRENT value? Better safe than
sorry, for now.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-02-27 22:07:35 pgsql/src backend/tcop/pquery.c backend/utils/ ...
Previous Message The Hermit Hacker 2001-02-27 19:09:17 Re: pgsql/contrib/ipc_check README ipc_check.pl