Re: [PATCH] Automatic HASH and LIST partition creation
| От | Thomas Munro |
|---|---|
| Тема | Re: [PATCH] Automatic HASH and LIST partition creation |
| Дата | |
| Msg-id | CA+hUKGL3ymvLb67Hsjh3scGFwRStcwzOkdLtuDwEF+nz_vbyyQ@mail.gmail.com обсуждение исходный текст |
| Ответ на | Re: [PATCH] Automatic HASH and LIST partition creation (Anastasia Lubennikova <a.lubennikova@postgrespro.ru>) |
| Ответы |
Re: [PATCH] Automatic HASH and LIST partition creation
|
| Список | pgsql-hackers |
On Wed, Oct 7, 2020 at 6:26 AM Anastasia Lubennikova
<a.lubennikova@postgrespro.ru> wrote:
> Do you think that it is a bug? For now, I removed this statement from
> tests just to calm down the CI.
I don't think we can use \d+ on a temporary table here, because the
backend ID appears in the namespace, which is causing a failure on one
of the CI OSes due to nondeterminism:
CREATE TEMP TABLE temp_parted (a char) PARTITION BY LIST (a)
CONFIGURATION (VALUES IN ('a') DEFAULT PARTITION temp_parted_default);
\d+ temp_parted
- Partitioned table "pg_temp_3.temp_parted"
+ Partitioned table "pg_temp_4.temp_parted"
В списке pgsql-hackers по дате отправления: