pgsql/src backend/commands/explain.c backend/e ...
CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/07/20 01:49:28
Modified files:
src/backend/commands: explain.c
src/backend/executor: execTuples.c
src/backend/utils/misc: guc.c
src/include/catalog: pg_proc.h
src/include/executor: executor.h
src/include/utils: builtins.h guc.h
Log message:
2. This patch includes the same Table Function API fixes that I
submitted on July 9:http://archives.postgresql.org/pgsql-patches/2002-07/msg00056.php
Please disregard that one *if* this one is applied. If this one is
rejected please go ahead with the July 9th patch.
The July 9th Table Function API patch mentioned above is now in CVS, so
here is an updated version of the guc patch which should apply cleanly
against CVS tip.
Joe Conway