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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user