Re: CountDBSubscriptions check in dropdb
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Petr Jelinek <petr.jelinek@2ndquadrant.com>
Date: 2019-11-09T12:07:27Z
Lists: pgsql-hackers
Attachments
- rearrange_countdbsubscription_check_2.patch (application/octet-stream) patch
On Sat, Nov 9, 2019 at 3:58 PM Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote: > > On 2019-11-08 14:38, Amit Kapila wrote: > > I am planning to commit and backpatch this till PG10 where it was > > introduced on Monday morning (IST). Pavel agreed that this is a good > > change in the other thread where we need it [1]. It is not an urgent > > thing, so I can wait if we think this is not a good time to commit > > this. Let me know if anyone has objections? > > I think the change makes sense for master, but I don't think it should > be backpatched. > Fair enough. Attached patch with a proposed commit message. -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Rearrange dropdb() to avoid errors after allowing other sessions to exit.
- 9fab25c6cd1f 13.0 landed
-
Logical replication
- 665d1fad99e7 10.0 cited