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)
commit4378b6b6c5eef9219d10f762e9c912a4dc430992
treea4d6d0c706ac79ba9344012c7c50fefc20528953
parentf313d8b02a4fa220beb624c26c06e43186c5ae51
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