Still another place to make the world safe for zero-column tables:

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

Commit: 27edff700efdcecb11421c922a68149b8a9d457c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-23T17:10:54Z
Releases: 8.0.0
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

PathChange+/−
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