pgsql: fix ReplicationSlotsCountDBSlots for dropping unrelated database

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: fix ReplicationSlotsCountDBSlots for dropping unrelated database
Date: 2014-03-07 16:42:24
Message-ID: E1WLxqq-0005Js-Pa@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

fix ReplicationSlotsCountDBSlots for dropping unrelated databases

YAMAMOTO Takashi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/91d9de97518b26a1e0d601b2c1580f5225030e56

Modified Files
--------------
src/backend/replication/slot.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-03-07 18:45:47 pgsql: release notes: add item missed in 9.2.5 release
Previous Message Heikki Linnakangas 2014-03-07 11:50:46 pgsql: Avoid memcpy() with same source and destination address.