Thread: pgsql-server/src/backend/commands explain.c

pgsql-server/src/backend/commands explain.c

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/10/14 00:26:54

Modified files:
    src/backend/commands: explain.c

Log message:
    As Niel so nicely pointed out this morning, the output of EXPLAIN
    ANALYZE is not quite clear when branches of the query are never
    executed. So this tiny patch fixes that.

    The patch is attached and can also be found at:
    http://svana.org/kleptog/pgsql/pgsql-explain.patch

    Martijn van Oosterhout