Commit 2c698f43 authored by Tom Lane's avatar Tom Lane

Suppress "variable may be used uninitialized" warning.

Also re-pgindent, just because I'm a neatnik.
parent d824e280
...@@ -656,7 +656,7 @@ AlterPolicy(AlterPolicyStmt *stmt) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment