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.