pgsql: Make EXPLAIN show the function call expression of a FunctionScan - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make EXPLAIN show the function call expression of a FunctionScan
Date
Msg-id 20100824212037.053197541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make EXPLAIN show the function call expression of a FunctionScan plan node,
but only in VERBOSE mode.  Per discussion.

Modified Files:
--------------
    pgsql/src/backend/commands:
        explain.c (r1.207 -> r1.208)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c?r1=1.207&r2=1.208)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: When in automatic dependency mode, never delete any intermediate
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Further editing of release notes.