Commit 5a1d0c99 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix relcache reference leak

Introduced by 83fd4532
parent 8a47b775
......@@ -398,9 +398,9 @@ GetAllTablesPublicationRelations(bool pubviaroot)
}
table_endscan(scan);
table_close(classRel, AccessShareLock);
}
table_close(classRel, AccessShareLock);
return result;
}
......
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