Disallow SETOF in the input of parseTypeString(). Formerly it was

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

Commit: 84dbd5a8f60cdb27270ffc1f105cf1b1bb3c1ddc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-12-15T20:15:17Z
Releases: 8.0.0
Disallow SETOF in the input of parseTypeString().  Formerly it was
silently ignored, allowing one to write bizarre things like
	DECLARE x setof int;
in plpgsql.  This has misled at least one novice into thinking that
plpgsql variables could be sets ...

Files

PathChange+/−
src/backend/parser/parse_type.c modified +3 −1