PostgreSQL12 crash bug report - Mailing list pgsql-bugs

From yi huang
Subject PostgreSQL12 crash bug report
Date
Msg-id CAHU7rYZo_C4ULsAx_LAj8az9zqgrD8WDd4hTegDTMM1LMqrBsg@mail.gmail.com
Whole thread Raw
Responses Re: PostgreSQL12 crash bug report  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #15883: Event Trigger Firing Matrix Table is incomplete
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL12 crash bug report