Still another place to make the world safe for zero-column tables:
Tom Lane <tgl@sss.pgh.pa.us>
Still another place to make the world safe for zero-column tables: remove the ancient (and always pretty dodgy) assumption in parse_clause.c that a query can't have an empty targetlist.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/analyze.c | modified | +5 −5 |
| src/backend/parser/parse_clause.c | modified | +25 −21 |
| src/include/parser/parse_clause.h | modified | +4 −4 |