PostgreSQL12 crash bug report

Поиск
Список
Период
Сортировка
От yi huang
Тема PostgreSQL12 crash bug report
Дата
Msg-id CAHU7rYZo_C4ULsAx_LAj8az9zqgrD8WDd4hTegDTMM1LMqrBsg@mail.gmail.com
обсуждение исходный текст
Ответы Re: PostgreSQL12 crash bug report
Список pgsql-bugs
1、Run the docker version of PostgreSQL 12

$ docker run --rm -p 5432:5432 -v /tmp:/data -e POSTGRES_USER=exchange
-e POSTGRES_DB=exchange -e POSTGRES_PASSWORD=123456 postgres:12-alpine

2、Download the attached files to /tmp
3、Import the schema and data

$ docker exec -it $CONTAINER psql -U exchange exchange -f
/data/t_order_schema.sql
$ docker exec -it $CONTAINER psql -U exchange exchange -f /data/t_order_data.sql

4、Run pgbench with provided test script

$ pgbench -h 127.0.0.1 -p 5432 -U exchange exchange -T 2 -c 4 -f /tmp/test.sql

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #15883: Event Trigger Firing Matrix Table is incomplete
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL12 crash bug report