Re: Schema variables - new implementation for Postgres 15 - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Schema variables - new implementation for Postgres 15
Date
Msg-id 20220822140543.GB2342@telsasoft.com
Whole thread Raw
In response to Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Schema variables - new implementation for Postgres 15
List pgsql-hackers
> +-- 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.

-- 
Justin



pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: Re: pg_receivewal and SIGTERM
Next
From: Peter Eisentraut
Date:
Subject: Re: ICU for global collation