The attached patch disallows the use of coldeflists for functions that

Bruce Momjian <bruce@momjian.us>

Commit: dd6513a5b662e0a3e0de378f616741b7d77f3d32
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-06T05:33:29Z
Releases: 7.3.1
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

Files

PathChange+/−
src/backend/parser/parse_relation.c modified +22 −1