]> granicus.if.org Git - postgresql/commit
expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 May 2005 17:11:07 +0000 (17:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 May 2005 17:11:07 +0000 (17:11 +0000)
commit4f142baf3710814d3fa268020cc7f349ca3c69ea
treedb3dc2507f1a0a6fdd63c60003718ee491bc7a83
parent5454eb04567cf04361546f34cc1e7d90a5818160
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