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,
|
||||
&isNull);
|
||||
|
||||
ReleaseSysCache(classTuple);
|
||||
|
||||
if (!isNull)
|
||||
|
|
Loading…
Reference in New Issue