pgsql: Try to fix pg_walsummary buildfarm failures.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try to fix pg_walsummary buildfarm failures.
Date: 2024-01-11 20:02:26
Message-ID: E1rO1Fy-000xOY-85@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to fix pg_walsummary buildfarm failures.

Apparently the new tuple isn't guaranteed to end up at the end of
the relation, so make the test not depend on that happening.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a7097ca630a25dd2248229f21ebce4968d85d10a

Modified Files
--------------
src/bin/pg_walsummary/t/002_blocks.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-01-11 20:28:52 pgsql: Allow subquery pullup to wrap a PlaceHolderVar in another one.
Previous Message Robert Haas 2024-01-11 18:58:18 Re: pgsql: Add new pg_walsummary tool.