pgsql: Add some code to EXPLAIN to show the targetlist (ie, output

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some code to EXPLAIN to show the targetlist (ie, output
Date: 2008-04-17 18:30:18
Message-ID: 20080417183018.9878D7559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-17 20:56:42 pgsql: Re-enable pg_terminate_backend() using SIGTERM.
Previous Message Tom Lane 2008-04-17 15:48:41 Re: Re: [COMMITTERS] pgsql: Repair two places where SIGTERM exit couldleave shared memory