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