Import pgbench package for PostgreSQL 8.4

pgbench is a popular benchmarking tool used by many developers
and hackers to do quick performance test with PostgreSQL on a
system setup.
This commit is contained in:
asau 2012-07-12 17:18:42 +00:00
parent 8ec4c057fc
commit 56195a0ce1
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,3 @@
pgbench is a popular benchmarking tool used by many developers
and hackers to do quick performance test with PostgreSQL on a
system setup.

View file

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1.1.1 2012/07/12 17:18:42 asau Exp $
PKGNAME= ${DISTNAME:C/-/84-pgbench-/}
COMMENT= PostgreSQL benchmarking tools
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/postgresql84/Makefile.common"
#BUILD_MAKE_FLAGS= PGXS=1
BUILD_DIRS+= contrib/pgbench
.include "../../databases/postgresql84-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2012/07/12 17:18:42 asau Exp $
bin/pgbench