pgsql/src/include/catalog pg_proc.h - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/catalog pg_proc.h
Date
Msg-id 200102272034.f1RKYBR64170@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.


pgsql-committers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: pgsql/contrib/ipc_check README ipc_check.pl
Next
From: Tom Lane
Date:
Subject: pgsql/src backend/tcop/pquery.c backend/utils/ ...