mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 04:21: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;
|
Oid policy_id;
|
||||||
Relation target_table;
|
Relation target_table;
|
||||||
Oid table_id;
|
Oid table_id;
|
||||||
Datum *role_oids;
|
Datum *role_oids = NULL;
|
||||||
int nitems = 0;
|
int nitems = 0;
|
||||||
ArrayType *role_ids = NULL;
|
ArrayType *role_ids = NULL;
|
||||||
List *qual_parse_rtable = NIL;
|
List *qual_parse_rtable = NIL;
|
||||||
|
Reference in New Issue
Block a user