mirror of https://github.com/citusdata/citus.git
WIP add blank line to reduce diff
parent
f971f34110
commit
07535cc768
|
@ -1142,6 +1142,7 @@ pg_get_table_grants(Oid relationId)
|
||||||
|
|
||||||
Datum aclDatum = SysCacheGetAttr(RELOID, classTuple, Anum_pg_class_relacl,
|
Datum aclDatum = SysCacheGetAttr(RELOID, classTuple, Anum_pg_class_relacl,
|
||||||
&isNull);
|
&isNull);
|
||||||
|
|
||||||
ReleaseSysCache(classTuple);
|
ReleaseSysCache(classTuple);
|
||||||
|
|
||||||
if (!isNull)
|
if (!isNull)
|
||||||
|
|
Loading…
Reference in New Issue