Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execAmi.c | modified | +66 −1 |
| src/backend/executor/execMain.c | modified | +8 −17 |
| src/include/executor/executor.h | modified | +2 −1 |