Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTO
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Apr 2003 22:35:48 +0000 (22:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Apr 2003 22:35:48 +0000 (22:35 +0000)
commitf1fb9e009797aaef7619d9191eaa3ff6685f1164
tree5b24056503501e445c0eeab6af940ceba9ccb84c
parent14e6823c7c794ee28ca79d5446757a5022b25ad4
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.
src/backend/commands/explain.c