]> granicus.if.org Git - postgresql/commit
Fix oversight in recent rowtype-handling improvements: transformTargetList
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Jun 2004 18:19:56 +0000 (18:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Jun 2004 18:19:56 +0000 (18:19 +0000)
commitf0cc132621cc9ee53054684112fca0ae3780b48d
tree5987bfd5343c1f5bfb830764ca1da6622a174b7c
parent57d2665108b19f27314afc92ece8c966ad83b008
Fix oversight in recent rowtype-handling improvements: transformTargetList
should recognize 'foo.*' when the star appears in A_Indirection, not only
in ColumnRef.  This allows 'SELECT something.*' to do what the user
expects when the something is an expression yielding a row.
src/backend/parser/parse_func.c
src/backend/parser/parse_target.c
src/backend/utils/cache/typcache.c