1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-25 12:03:53 +03:00

Clean up minor compiler warnings.

This commit is contained in:
Tom Lane
2000-03-18 18:57:16 +00:00
parent f945f46193
commit f91dd7880f
8 changed files with 24 additions and 31 deletions

View File

@@ -608,7 +608,7 @@ QResultClass *res;
StatementClass *stmt = (StatementClass *) hstmt;
int num_cols, num_rows;
Int4 field_type;
void *value;
void *value = NULL;
int result;
char get_bookmark = FALSE;