pgsql: Clean up plpgsql grammar to make sure that check_assignable() is

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up plpgsql grammar to make sure that check_assignable() is
Date: 2006-02-12 04:59:32
Message-ID: 20060212045932.D00949DCB4D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-12 05:24:38 pgsql: Use 0x01 for newlines in saved history.
Previous Message Bruce Momjian 2006-02-12 04:44:17 pgsql: Done: > * -Allow to_char() to print localized month names