CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [email protected] 03/04/03 17:35:49
Modified files:
src/backend/commands: explain.c
Log message:
Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTO
table. Needed due to recent change that makes us call ExecutorStart
even when not planning to carry out the query.