Re: Persist injection points across server restarts - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: Persist injection points across server restarts
Date
Msg-id CF36A447-E1E1-4192-B49E-599DBC05EAFC@yandex-team.ru
Whole thread Raw
In response to Persist injection points across server restarts  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Persist injection points across server restarts
List pgsql-hackers

> On 30 Apr 2025, at 10:35, Michael Paquier <michael@paquier.xyz> wrote:
>
> - A flush is used to write the points' data to disk.

Interesting functionality.
Did you consider custom resource manager to WAL-log injection points? This way we do not need to flush them explicitly,
theyalways will be persistent. 
Though they will appear on standby, which is, probably, not expected functionality...


Best regards, Andrey Borodin.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add an option to skip loading missing publication to avoid logical replication failure
Next
From: Fujii Masao
Date:
Subject: Re: Typo in multixact.c and jsonfuncs.c documentation