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

From Pavel Stehule
Subject Re: Schema variables - new implementation for Postgres 15
Date
Msg-id CAFj8pRB6F0wATmtYM0eakOES5kXr2va6SnyY2WT5TXbW9Js7vA@mail.gmail.com
Whole thread Raw
In response to Re: Schema variables - new implementation for Postgres 15  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers


po 22. 8. 2022 v 16:05 odesílatel Justin Pryzby <pryzby@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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: standby promotion can create unreadable WAL
Next
From: Andres Freund
Date:
Subject: Re: Change pfree to accept NULL argument