Re: Why clearing the VM doesn't require registering vm buffer in wal record - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Why clearing the VM doesn't require registering vm buffer in wal record
Date
Msg-id CA+TgmoZyKK=whuOEtp6n8AHykhf6b=Jn4STbESJGu4VEVbEyGg@mail.gmail.com
Whole thread
In response to Re: Why clearing the VM doesn't require registering vm buffer in wal record  (Melanie Plageman <melanieplageman@gmail.com>)
List pgsql-hackers
On Wed, Jul 15, 2026 at 3:34 PM Melanie Plageman
<melanieplageman@gmail.com> wrote:
> Got it. For now I moved the push to the end of the function (after the
> if (!IPC::Run::run…) block). Then if pg_combinebackup fails, it prints
> right away but if it succeeds and a later assertion fails, those print
> at the end. I think END won't run if perl crashes -- maybe I don't
> need to solve for that, though?

If perl dumps core, that's not your problem.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: Fix FSM range endpoint after relation extension
Next
From: Robert Haas
Date:
Subject: Re: walsummarizer can get stuck when switching timelines