expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4f142baf3710814d3fa268020cc7f349ca3c69ea
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-29T17:11:07Z
Releases: 7.3.11
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.

Files

PathChange+/−
src/backend/parser/parse_relation.c modified +3 −3