Junkfilter logic to force a projection step during SELECT INTO was too

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 819bfac66ae3b0f567f278c734bb47e54d6e9bb4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-02T18:56:28Z
Releases: 7.4.2
Junkfilter logic to force a projection step during SELECT INTO was too
simplistic; it recognized SELECT * FROM but not SELECT * FROM LIMIT.
Per bug report from Jeff Bohmer.

Files

PathChange+/−
src/backend/executor/execAmi.c modified +66 −1
src/backend/executor/execMain.c modified +8 −17
src/include/executor/executor.h modified +2 −1