Thread: pgsql-server/src/pl/plpgsql/src gram.y

pgsql-server/src/pl/plpgsql/src gram.y

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/03/24 19:38:49

Modified files:
    src/pl/plpgsql/src: gram.y

Log message:
    Add a more useful error message for the case where someone tries to pass
    a whole row or record variable into a SQL function.  Eventually this case
    should be made to actually work, but for now this is better than what it
    did before.