mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Suppress "variable may be used uninitialized" warning.
Also re-pgindent, just because I'm a neatnik.
This commit is contained in:
parent
d824e2800f
commit
2c698f438a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user