Re: pgsql: pgbench: add --partitions and --partition-method options.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: pgsql: pgbench: add --partitions and --partition-method options.
Дата
Msg-id CAA4eK1Kz8eia5RkY5mATv0Kq3jNv6s3T4vRQdQ+P7XDNSE3qJQ@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: pgbench: add --partitions and --partition-method options.  (Amit Kapila <akapila@postgresql.org>)
Ответы Re: pgsql: pgbench: add --partitions and --partition-method options.
Список pgsql-committers
On Thu, Oct 3, 2019 at 8:33 AM Amit Kapila <akapila@postgresql.org> wrote:
pgbench: add --partitions and --partition-method options.


After this commit, I noticed fairywren is failing [1] with below symptoms:

pg_regress/strings LOG: statement: SELECT CAST(f1 AS char(10)) AS "char(text)" FROM TEXT_TBL;
2019-10-03 05:36:00.373 UTC [24272:43] LOG: server process (PID 23756) was terminated by exception 0xC0000028
2019-10-03 05:36:00.373 UTC [24272:44] DETAIL: Failed process was running: INSERT INTO INTERVAL_TBL (f1) VALUES ('badly formatted interval');
2019-10-03 05:36:00.373 UTC [24272:45] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value.
2019-10-03 05:36:00.373 UTC [24272:46] LOG: terminating any other active server processes 2

On quick googling, it seems exception 0xC0000028 is related to windows stack corruption or something like that.   I don't think it is related to this patch.  It is also not clear that postgres code is at fault for this, so, let's wait for another run and see if it fails again.



--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: pgbench: add --partitions and --partition-method options.
Следующее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Selectively include window frames in expression walks/mutates.