pgsql/src/backend/commands variable.c

From: thomas(at)postgresql(dot)org (Thomas Lockhart)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands variable.c
Date: 2002-04-22 14:34:27
Message-ID: 20020422143427.E803547595E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-04-22 15:13:53 pgsql/src/backend/commands variable.c
Previous Message Thomas Lockhart 2002-04-22 00:06:28 Re: GUC vs variable.c (was Patches applied...)