Re: To what extent should tests rely on VACUUM ANALYZE? - Mailing list pgsql-hackers

From Alexander Lakhin
Subject Re: To what extent should tests rely on VACUUM ANALYZE?
Date
Msg-id 715140c1-8a65-5869-deaa-9fb7159cd5e8@gmail.com
Whole thread Raw
In response to Re: To what extent should tests rely on VACUUM ANALYZE?  (Alexander Lakhin <exclusion@gmail.com>)
List pgsql-hackers
29.03.2024 11:59, Alexander Lakhin wrote:
>
> This simple change fixes the issue for me:
> -VACUUM ANALYZE tenk2;
> +VACUUM (ANALYZE, DISABLE_PAGE_SKIPPING) tenk2;
>

I'm sorry, I wasn't persevering enough when testing that...
After more test runs, I see that in fact it doesn't help.

Best regards,
Alexander



pgsql-hackers by date:

Previous
From: torikoshia
Date:
Subject: Re: Add new error_action COPY ON_ERROR "log"
Next
From: Akshat Jaimini
Date:
Subject: Re: BUG: deadlock between autovacuum worker and client backend during removal of orphan temp tables with sequences