1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

- Fixed order mismatch in processing "using" arguments.

- Fixed some minor things in test cases.
- Use defines for Informix error codes.
This commit is contained in:
Michael Meskes
2003-09-22 13:19:39 +00:00
parent 8839b85ed8
commit 22c0b1f0f4
7 changed files with 89 additions and 66 deletions

View File

@ -345,7 +345,9 @@ reset_variables(void)
argsresult = NULL;
}
/* Insert a new variable into our request list. */
/* Insert a new variable into our request list.
* Note: The list is dumped from the end,
* so we have to add new entries at the beginning */
void
add_variable(struct arguments ** list, struct variable * var, struct variable * ind)
{