pgsql: Add query text to auto_explain output. - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Add query text to auto_explain output.
Date
Msg-id 20100216221959.C67C07541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add query text to auto_explain output.

Still to be done: fix docs and fix regression failures under auto_explain.

Modified Files:
--------------
    pgsql/contrib/auto_explain:
        auto_explain.c (r1.12 -> r1.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/auto_explain/auto_explain.c?r1=1.12&r2=1.13)
    pgsql/src/backend/commands:
        explain.c (r1.202 -> r1.203)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c?r1=1.202&r2=1.203)
    pgsql/src/include/commands:
        explain.h (r1.45 -> r1.46)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/explain.h?r1=1.45&r2=1.46)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Clean up package namespace use and use of Safe in plperl.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Replace the pg_listener-based LISTEN/NOTIFY mechanism with an