mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 00:04:14 -05:00
fix ReplicationSlotsCountDBSlots for dropping unrelated databases
YAMAMOTO Takashi
This commit is contained in:
parent
55566c9a74
commit
91d9de9751
@ -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…
x
Reference in New Issue
Block a user