pgsql/src/test/regress (regress.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/test/regress (regress.c)
Date: 2000-06-11 20:07:51
Message-ID: 200006112007.e5BK7pW17407@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, June 11, 2000 @ 16:07:45
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress
from hub.org:/home/projects/pgsql/tmp/cvs-serv17194/src/test/regress

Modified Files:
regress.c

----------------------------- Log Message -----------------------------

Update sequence-related functions to new fmgr style. Remove downcasing,
quote-stripping, and acl-checking tasks for these functions from the
parser, and do them at function execution time instead. This fixes
the failure of pg_dump to produce correct output for nextval(Foo)
used in a rule, and also eliminates the restriction that the argument
of these functions must be a parse-time constant.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-06-11 20:08:00 pgsql/src/include/catalog (pg_proc.h)
Previous Message Tom Lane 2000-06-11 20:07:42 pgsql/src/backend/commands (sequence.c)