Disallow SETOF in the input of parseTypeString(). Formerly it was
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_type.c | modified | +3 −1 |