Re: pgsql: Test replay of regression tests, attempt II.

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Thomas Munro <tmunro(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Test replay of regression tests, attempt II.
Date: 2022-01-18 18:56:38
Message-ID: CA+hUKGJDrokTTT3fAEESHiW5TmwxkkJGqe8bR-VFjpg4+hK+fQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Jan 18, 2022 at 11:08 AM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> commit fe246d1c111d43fd60a1b0afff25ed09b7ae11eb
> Author: Michael Paquier <michael(at)paquier(dot)xyz>
> Date: Fri Apr 2 09:44:42 2021 +0900
>
> Improve stability of test with vacuum_truncate in reloptions.sql
>
> Hmm... looking at that commit and the referenced discussion, I'm not
> sure why that commit added only FREEZE and not also
> DISABLE_PAGE_SKIPPING, following the example of:
>
> commit c2dc1a79767a0f947e1145f82eb65dfe4360d25f
> Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Date: Wed Jan 20 11:49:29 2021 -0500
>
> Disable vacuum page skipping in selected test cases.

Alright, I've pushed a change like that. Let's see if that clears it
up. (From the curious coincidences department: the earlier
complaint[1] also involved some kind of replication (Postgres Pro
multimaster, about which I know nothing).)

[1] https://www.postgresql.org/message-id/flat/87tuotr2hh.fsf%40ars-thinkpad

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-18 19:13:28 pgsql: Make PQcancel use the PGconn's tcp_user_timeout and keepalives s
Previous Message Robert Haas 2022-01-18 18:50:57 pgsql: Modify pg_basebackup to use a new COPY subprotocol for base back