Thread: pgsql: Make EXPLAIN show the function call expression of a FunctionScan

pgsql: Make EXPLAIN show the function call expression of a FunctionScan

From
tgl@postgresql.org (Tom Lane)
Date:
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)