Re: [19] CREATE SUBSCRIPTION ... SERVER - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: [19] CREATE SUBSCRIPTION ... SERVER
Date
Msg-id 15e7ae32-ee3b-4ba5-987a-8454fb6f07a4@app.fastmail.com
Whole thread Raw
In response to Re: [19] CREATE SUBSCRIPTION ... SERVER  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: [19] CREATE SUBSCRIPTION ... SERVER
List pgsql-hackers
On 2026-03-17, Jeff Davis wrote:

> Then we have to invent a deep copy for the Subscription, and we've
> already seen that the FreeSubscrpition() method was not being
> maintained properly.

Maybe another possibility would be to use a separate memory context for each subscription, initially making it a child
ofthe transaction context, and then reparenting it as appropriate. 

--
Álvaro Herrera



pgsql-hackers by date:

Previous
From: Junwang Zhao
Date:
Subject: Re: SQL Property Graph Queries (SQL/PGQ)
Next
From: Marco Nenciarini
Date:
Subject: Re: BUG: Cascading standby fails to reconnect after falling back to archive recovery