Re: IPC/MultixactCreation on the Standby server

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Cc: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Ivan Bykov <i(dot)bykov(at)modernsys(dot)ru>, Kirill Reshke <reshkekirill(at)gmail(dot)com>
Subject: Re: IPC/MultixactCreation on the Standby server
Date: 2025-12-03 17:49:26
Message-ID: 47fe2a17-c4c8-44c2-b50d-44aee1afc032@iki.fi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/12/2025 14:40, Heikki Linnakangas wrote:
> On 30/11/2025 14:15, Andrey Borodin wrote:
>> On 29 Nov 2025, at 00:51, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
>>> I moved the wraparound test to a separate test file and commit.
>>> More test coverage is good, but it's quite separate from the
>>> bugfix and the wraparound related test shares very little with the
>>> other test. The wraparound test needs a little more cleanup: use
>>> plain perl instead of 'dd' and 'rm' for the file operations, for
>>> example. (I did that with the tests in the 64-bit mxoff patches,
>>> so we could copy from there.)
>>
>> PFA test version without dd and rm.
>
> Thanks! I will focus on the main patch and TAP test now, but will commit
> the wraparound test separately afterwards. At quick glance, it looks
> good now.

And now committed the multixid wraparound test, too. Thanks!

- Heikki

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ignat Remizov 2025-12-03 18:01:38 Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM
Previous Message Peter Geoghegan 2025-12-03 17:31:24 Re: Returning nbtree posting list TIDs in DESC order during backwards scans