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

*** empty log message ***

This commit is contained in:
Michael Meskes
2000-02-17 19:48:58 +00:00
parent 3ca3bb7d8b
commit b3b35e98b6
13 changed files with 855 additions and 753 deletions

View File

@@ -241,6 +241,10 @@ main(int argc, char *const argv[])
/* and structure member lists */
memset(struct_member_list, 0, sizeof(struct_member_list));
/* finally the actual connection */
connection = NULL;
/* initialize lex */
lex_init();