]> granicus.if.org Git - postgresql/commit
Check for multiple arguments on parameters which do not allow them.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 22 Apr 2002 14:34:27 +0000 (14:34 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 22 Apr 2002 14:34:27 +0000 (14:34 +0000)
commit58ca6e091ee015571263ba84de79c2e5ee3f324d
tree88fe7e8d79bff4774051a762348737890508c1e6
parent8d2441e55c7d19ae0e9ff43f8bcff89b0c18e203
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.
src/backend/commands/variable.c