pgsql: Cause plpgsql to throw an error if "INTO rowtype_var" is followed - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Cause plpgsql to throw an error if "INTO rowtype_var" is followed
Date
Msg-id 20100302161439.496BB7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Cause plpgsql to throw an error if "INTO rowtype_var" is followed by a comma.
Per bug #5352, this helps to provide a useful error message if the user
tries to do something presently unsupported, namely use a rowtype variable
as a member of a multiple-item INTO list.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.140 -> r1.141)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y?r1=1.140&r2=1.141)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Backpatch MSVC build fix for XSLT
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Do not run regression tests for contrib/xml2 on MSVC unless