pgsql/src backend/commands/explain.c backend/e ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/explain.c backend/e ...
Date: 2002-07-20 05:49:28
Message-ID: 20020720054928.3F56E475D04@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-20 05:57:31 pgsql/src/bin/psql describe.c
Previous Message Bruce Momjian - CVS 2002-07-20 05:43:31 pgsql/src/interfaces/libpq fe-auth.c fe-connec ...