]> 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:23 +0000 (17:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 May 2005 17:10:23 +0000 (17:10 +0000)
commitbbc048319f01819523b2d9f6b1e81f0951280517
tree38260d994e83bf897531cadd70d67e65554b9e2e
parente92a88272eb2b164e7e8c625ad3f7ad267e0224f
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