Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Sehrope Sarkuni <sehrope(at)jackdb(dot)com>
Cc: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Speed up pg_waldump TAP test and fix some GitHub CI Windows flakiness
Date: 2026-09-01 22:38:06
Message-ID: apdTzofuBt-eJWBK@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 01, 2026 at 12:32:50PM -0400, Sehrope Sarkuni wrote:
> In the meantime, I tried your v2 on the same linux box v.s. the rest:
>
> time stdout decoded per decoded
> (mean) via IPC archive scenario total
> master 4.51s 139.1 MB 109.8 MB 393.5 MB
> v2 3.78s 37.5 MB 74.2 MB 222.5 MB
> part1 3.74s 57.7 MB 91.1 MB 273.4 MB
> part2 3.19s 37.1 MB 42.6 MB 127.8 MB
> part3 2.52s 19.4 MB 10.8 MB 64.2 MB

The differences between v2 and part1 are the two switches of
$start_lsn to $contrecord_lsn, which don't matter as we want to check
the end of the records. These moves cut already a lot of activity
without touching coverage.

Let's just do Nazir's v2 as a first step with a backpatch to ease the
CI and buildfarm pain a bit. Will apply that portion in a bit, that's
worth its own weight in gold.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Nidzwetzki 2026-09-01 22:47:46 Re: Enable partitionwise join for partition keys wrapped by RelabelType
Previous Message Alexander Korotkov 2026-09-01 22:17:17 Re: Two issues leading to discrepancies in FSM data on the standby server