Re: test_autovacuum/001_parallel_autovacuum is broken - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: test_autovacuum/001_parallel_autovacuum is broken
Date
Msg-id CAA5RZ0tLxDGS7p+H4LD-GbV4e6oQ8iHws_xLE6CvsSN_e8Ay_A@mail.gmail.com
Whole thread Raw
In response to Re: test_autovacuum/001_parallel_autovacuum is broken  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
> I believe that we don't need to worry about the regexp for this test.
> Parallel vacuum would be used on all tables having more than one
> index, but we enable the autovacuum logs only on the test_autovac
> table.

ah, correct.

```
) WITH (autovacuum_parallel_workers = $autovacuum_parallel_workers,
log_autovacuum_min_duration = 0);
```

see v3 with the reverted regexp string.

Thanks!

--
Sami

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Allow a condition string in an injection point
Next
From: Michael Paquier
Date:
Subject: Re: Backpatching make_ctags -e and -n to v15 and v14