fix ReplicationSlotsCountDBSlots for dropping unrelated databases
YAMAMOTO Takashi
This commit is contained in:
parent
55566c9a74
commit
91d9de9751
1 changed files with 1 additions and 0 deletions
|
@ -727,6 +727,7 @@ ReplicationSlotsCountDBSlots(Oid dboid, int *nslots, int *nactive)
|
|||
|
||||
/* not database specific, skip */
|
||||
if (s->data.database == InvalidOid)
|
||||
continue;
|
||||
|
||||
/* not our database, skip */
|
||||
if (s->data.database != dboid)
|
||||
|
|
Loading…
Reference in a new issue