pgsql: Clean up plpgsql grammar to make sure that check_assignable() is - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up plpgsql grammar to make sure that check_assignable() is
Date
Msg-id 20060212045932.D00949DCB4D@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up plpgsql grammar to make sure that check_assignable() is applied
consistently.  This is mostly cosmetic right at the moment because
check_assignable() does nothing for ROW or RECORD datums, but that might
not always be so.  This also syncs several different places that read
INTO target lists.  They're just enough different that it seems
impractical to factor them into a single routine, but they surely
should be the same as much as possible.

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        gram.y (r1.82 -> r1.83)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.82&r2=1.83)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > * -Allow to_char() to print localized month names
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use 0x01 for newlines in saved history.