postgresql/contrib/pgbench
Tom Lane 00f76dbffa 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.
2010-08-12 21:10:59 +00:00
..
Makefile Add PGFILEDESC description to Makefiles for all /contrib executables. 2010-05-12 11:33:10 +00:00
pgbench.c Get rid of a bunch of dubious error handling code in pgbench by just erroring 2010-08-12 21:10:59 +00:00