Re: [HACKERS] DROP SUBSCRIPTION and ROLLBACK - Mailing list pgsql-hackers

From Petr Jelinek
Subject Re: [HACKERS] DROP SUBSCRIPTION and ROLLBACK
Date
Msg-id 970d8f4c-83a5-4411-8574-0f24f51a1e4e@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] DROP SUBSCRIPTION and ROLLBACK  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: [HACKERS] DROP SUBSCRIPTION and ROLLBACK  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 23/02/17 08:24, Masahiko Sawada wrote:
> Attached updated version patches. Please review these.
> 

This version looks good to me, I'd only change the

> +        PreventTransactionChain(isTopLevel, "CREATE SUBSCRIPTION CREATE SLOT");

to "CREATE SUBSCRIPTION ... CREATE SLOT" as that's afaik how we do it
for other commands (and same with DROP).

--  Petr Jelinek                  http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Adam Brightwell
Date:
Subject: Re: [HACKERS] RADIUS fallback servers
Next
From: Michael Meskes
Date:
Subject: Re: [HACKERS] Two phase commit in ECPG