fujii-crash.sh

application/x-sh

Filename: fujii-crash.sh
Type: application/x-sh
Part: 0
Message: Re: Scaling XLog insertion (was Re: Moving more work outside WALInsertLock)
initdb -D data
echo "wal_debug=on" > data/postgresql.conf
pg_ctl -D data -w start
PGDATABASE=postgres psql -c "create table t (i int); insert into t values(generate_series(1,10000)); delete from t"
pg_ctl -D data stop -m i
sleep 1
postmaster -D data