]> granicus.if.org Git - postgresql/commit
The attached patch disallows the use of coldeflists for functions that
authorBruce Momjian <bruce@momjian.us>
Tue, 6 Aug 2002 05:33:29 +0000 (05:33 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 6 Aug 2002 05:33:29 +0000 (05:33 +0000)
commitdd6513a5b662e0a3e0de378f616741b7d77f3d32
treeb928423c6776a32e451747bf2631a506792d1bb8
parent7b30ed8fa41492a0184b20191ed202999759e374
The attached patch disallows the use of coldeflists for functions that
don't return type RECORD. It also catches a core dump condition when a
function returning RECORD had an alias list instead of a coldeflist.

Now both conditions throw an ERROR.

Joe Conway
src/backend/parser/parse_relation.c