pgsql/src backend/commands/explain.c backend/e ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/src backend/commands/explain.c backend/e ...
Date
Msg-id 20020720054928.3F56E475D04@postgresql.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/interfaces/libpq fe-auth.c fe-connec ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/bin/psql describe.c