pgsql/src/backend/commands variable.c - Mailing list pgsql-committers

From thomas@postgresql.org (Thomas Lockhart)
Subject pgsql/src/backend/commands variable.c
Date
Msg-id 20020422143427.E803547595E@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/04/22 10:34:27

Modified files:
    src/backend/commands: variable.c

Log message:
    Check for multiple arguments on parameters which do not allow them.
    The last version caught this with an assert because I wasn't sure whether
    we should elog(ERROR) or just loop through the parameters.


pgsql-committers by date:

Previous
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql/src/backend/parser gram.y
Next
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql/src/backend/commands variable.c