1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

- Enable FETCH without INTO.

- Compatibility functions for INFORMIX handling of DECLARE statement.
This commit is contained in:
Michael Meskes
2003-06-13 10:50:58 +00:00
parent a2d08b99c2
commit 26188e8c17
10 changed files with 123 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.72 2003/05/30 08:39:00 meskes Exp $ */
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.73 2003/06/13 10:50:57 meskes Exp $ */
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
@@ -359,6 +359,9 @@ main(int argc, char *const argv[])
/* and structure member lists */
memset(struct_member_list, 0, sizeof(struct_member_list));
/* and our variable counter for Informix compatibility */
ecpg_informix_var = 0;
/* finally the actual connection */
connection = NULL;