reproduce.sh

application/x-shellscript

Filename: reproduce.sh
Type: application/x-shellscript
Part: 0
Message: Re: BUG: Postgres 14 + vacuum_defer_cleanup_age + FOR UPDATE + UPDATE
#/bin/bash

psql -f scheme.sql 'host=localhost port=5432 dbname=postgres user=postgres'

pgbench -c 100 -j 8 -n -f reproduce.bench 'port=5432 host=localhost user=postgres dbname=postgres password=postgres' -T 2000 -P 1