Re: Schema variables - new implementation for Postgres 15

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Schema variables - new implementation for Postgres 15
Дата
Msg-id CAFj8pRB6F0wATmtYM0eakOES5kXr2va6SnyY2WT5TXbW9Js7vA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Schema variables - new implementation for Postgres 15  (Justin Pryzby <pryzby@telsasoft.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: standby promotion can create unreadable WAL
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Change pfree to accept NULL argument