pgsql: Add some code to EXPLAIN to show the targetlist (ie, output - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add some code to EXPLAIN to show the targetlist (ie, output
Date
Msg-id 20080417183018.9878D7559CC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some code to EXPLAIN to show the targetlist (ie, output columns)
of each plan node.  For the moment this is debug support only and is
not enabled unless EXPLAIN_PRINT_TLISTS is defined at build time.
Later I'll see about the idea of letting EXPLAIN VERBOSE do it.

Modified Files:
--------------
    pgsql/src/backend/commands:
        explain.c (r1.171 -> r1.172)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c?r1=1.171&r2=1.172)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Repair two places where SIGTERM exit could leave shared memory
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Re-enable pg_terminate_backend() using SIGTERM.