summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2011-12-01 17:44:28 +0000
committerTom Lane2011-12-01 17:44:28 +0000
commitefb74237937a95de3e933c807861bf70ae0149ce (patch)
tree80b7c8d0e446de10d5340cc902b77571f6f084f2 /doc/src
parent83c461e8fa158130f885dc4570217f49cfd61f55 (diff)
Fix getTypeIOParam to support type record[].
Since record[] uses array_in, it needs to have its element type passed as typioparam. In HEAD and 9.1, this fix essentially reverts commit 9bc933b2125a5358722490acbc50889887bf7680, which was a hack that is no longer needed since domains don't set their typelem anymore. Before that, adjust the logic so that only domains are excluded from being treated like arrays, rather than assuming that only base types should be included. Add a regression test to demonstrate the need for this. Per report from Maxim Boguk. Back-patch to 8.4, where type record[] was added.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions