]> 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:10:35 +0000 (17:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 May 2005 17:10:35 +0000 (17:10 +0000)
commit1c69be95f9cfb1dd15ae04099ac89e8b2ce35251
treec15f8c7814eb6cdb1c670028f3e4a3ebc933d1ce
parent1b46bcc0c36138d68abc6334153408762c5618ad
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