Skip to content
Snippets Groups Projects
Commit 00f76dbf authored by Tom Lane's avatar Tom Lane
Browse files

Get rid of a bunch of dubious error handling code in pgbench by just erroring

out immediately on any out-of-memory condition.  It's rather pointless to
imagine that pgbench will be able to continue usefully after a malloc
failure, and in any case there were a number of unchecked mallocs.
parent 5a4e19ab
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment