expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 May 2005 17:10:52 +0000 (17:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 May 2005 17:10:52 +0000 (17:10 +0000)
commit3c6bba3072a40befa12b57ba610bdb5d6a11c607
treec5a5f260642ff78651bd66ea82af9939e9316a2e
parentab82f60119077b2f6277da8ad4badd1a91980cb5
expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1
to columns of an RTE that was a function returning RECORD with a column
definition list.  Apparently no one has tried to use non-default typmod
with a function returning RECORD before.
src/backend/parser/parse_relation.c