Re: Schema variables - new implementation for Postgres 15

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Julien Rouhaud <rjuju123(at)gmail(dot)com>, Erik Rijkers <er(at)xs4all(dot)nl>, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Joel Jacobson <joel(at)compiler(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Schema variables - new implementation for Postgres 15
Date: 2022-08-22 18:43:39
Message-ID: CAFj8pRB6F0wATmtYM0eakOES5kXr2va6SnyY2WT5TXbW9Js7vA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

po 22. 8. 2022 v 16:05 odesílatel Justin Pryzby <pryzby(at)telsasoft(dot)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
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-08-22 18:43:58 Re: Change pfree to accept NULL argument
Previous Message Robert Haas 2022-08-22 18:36:36 standby promotion can create unreadable WAL