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
1999-12-08 09:52:29 +00:00
parent a010be7543
commit 7cf0f634d5
7 changed files with 234 additions and 137 deletions

View File

@@ -12,7 +12,7 @@
#include "extern.h"
struct _include_path *include_paths;
int autocommit = 0;
int ret_value = OK, autocommit = 0;
struct cursor *cur = NULL;
struct typedefs *types = NULL;
@@ -215,5 +215,5 @@ main(int argc, char *const argv[])
free(input_filename);
}
}
return OK;
return ret_value;
}