? comm.patch Index: explain.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/backend/commands/explain.c,v retrieving revision 1.132 diff -d -c -r1.132 explain.c *** explain.c 16 Apr 2005 20:07:35 -0000 1.132 --- explain.c 21 Apr 2005 22:07:22 -0000 *************** *** 205,211 **** * EXPLAIN output * * This is exported because it's called back from prepare.c in the ! * EXPLAIN EXECUTE case * * Note: the passed-in QueryDesc is freed when we're done with it */ --- 205,211 ---- * EXPLAIN output * * This is exported because it's called back from prepare.c in the ! * EXPLAIN ANALYZE case * * Note: the passed-in QueryDesc is freed when we're done with it */