Re: pgsql: Prevent instability in contrib/pageinspect's regression test.

2022-11-21 Thread Tom Lane
Andres Freund writes: > Looks like a chunk of the buildfarm doesn't like this - presumably because > they use force_parallel_mode = regress. Seems ok to just force that to off in > this test? Ugh ... didn't occur to me to try that. I'll take a look. regards, tom lane

Re: pgsql: Prevent instability in contrib/pageinspect's regression test.

2022-11-21 Thread Andres Freund
Hi, On 2022-11-21 15:51:05 +, Tom Lane wrote: > Prevent instability in contrib/pageinspect's regression test. > > pageinspect has occasionally failed on slow buildfarm members, > with symptoms indicating that the expected effects of VACUUM > FREEZE didn't happen. This is presumably because a

pgsql: Prevent instability in contrib/pageinspect's regression test.

2022-11-21 Thread Tom Lane
Prevent instability in contrib/pageinspect's regression test. pageinspect has occasionally failed on slow buildfarm members, with symptoms indicating that the expected effects of VACUUM FREEZE didn't happen. This is presumably because a background transaction such as auto-analyze was holding back

pgsql: Prevent instability in contrib/pageinspect's regression test.

2022-11-21 Thread Tom Lane
Prevent instability in contrib/pageinspect's regression test. pageinspect has occasionally failed on slow buildfarm members, with symptoms indicating that the expected effects of VACUUM FREEZE didn't happen. This is presumably because a background transaction such as auto-analyze was holding back

pgsql: Prevent instability in contrib/pageinspect's regression test.

2022-11-21 Thread Tom Lane
Prevent instability in contrib/pageinspect's regression test. pageinspect has occasionally failed on slow buildfarm members, with symptoms indicating that the expected effects of VACUUM FREEZE didn't happen. This is presumably because a background transaction such as auto-analyze was holding back