Import pgbench package for PostgreSQL 9.0

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 16:29:33 +00:00
parent 6d543ce137
commit d333b59f0d
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 16:29:33 asau Exp $
PKGNAME= ${DISTNAME:C/-/90-pgbench-/}
COMMENT= PostgreSQL benchmarking tools
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/postgresql90/Makefile.common"
BUILD_MAKE_FLAGS= PGXS=1
BUILD_DIRS+= contrib/pgbench
.include "../../databases/postgresql90-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 16:29:33 asau Exp $
bin/pgbench