mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Suppress "variable may be used uninitialized" warning.
Also re-pgindent, just because I'm a neatnik.
This commit is contained in:
@ -656,7 +656,7 @@ AlterPolicy(AlterPolicyStmt *stmt)
|
||||
Oid policy_id;
|
||||
Relation target_table;
|
||||
Oid table_id;
|
||||
Datum *role_oids;
|
||||
Datum *role_oids = NULL;
|
||||
int nitems = 0;
|
||||
ArrayType *role_ids = NULL;
|
||||
List *qual_parse_rtable = NIL;
|
||||
|
Reference in New Issue
Block a user