mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
parent
8a47b775a1
commit
5a1d0c9925
1 changed files with 1 additions and 1 deletions
|
|
@ -398,9 +398,9 @@ GetAllTablesPublicationRelations(bool pubviaroot)
|
|||
}
|
||||
|
||||
table_endscan(scan);
|
||||
table_close(classRel, AccessShareLock);
|
||||
}
|
||||
|
||||
table_close(classRel, AccessShareLock);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue