WIP add blank line to reduce diff

pull/7918/head
Cédric Villemain 2025-03-29 08:48:31 +01:00
parent f971f34110
commit 07535cc768
1 changed files with 1 additions and 0 deletions

View File

@ -1142,6 +1142,7 @@ pg_get_table_grants(Oid relationId)
Datum aclDatum = SysCacheGetAttr(RELOID, classTuple, Anum_pg_class_relacl,
&isNull);
ReleaseSysCache(classTuple);
if (!isNull)