| From: | yi huang <yi(dot)codeplayer(at)gmail(dot)com> |
|---|---|
| To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | PostgreSQL12 crash bug report |
| Date: | 2019-07-28 18:56:21 |
| Message-ID: | CAHU7rYZo_C4ULsAx_LAj8az9zqgrD8WDd4hTegDTMM1LMqrBsg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| Attachment | Content-Type | Size |
|---|---|---|
| t_order_schema.sql | application/octet-stream | 18.3 KB |
| test.sql | application/octet-stream | 379 bytes |
| t_order_data.sql | application/octet-stream | 27.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2019-07-28 20:11:21 | Re: PostgreSQL12 crash bug report |
| Previous Message | Michael Paquier | 2019-07-28 13:04:51 | Re: BUG #15883: Event Trigger Firing Matrix Table is incomplete |