po 22. 8. 2022 v 16:05 odesÃlatel Justin Pryzby <pry...@telsasoft.com> napsal:
> > +-- test on query with workers > > +CREATE TABLE svar_test(a int); > > +INSERT INTO svar_test SELECT * FROM generate_series(1,1000000); > > When I looked at this, I noticed this huge table. > > I don't think you should create such a large table just for this. > > To exercise parallel workers with a smaller table, decrease > min_parallel_table_scan_size and others as done in other regression tests. > > I fixed it. Thank you for tip Pavel > -- > Justin >