diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-03-10 22:33:24 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-04-13 13:07:16 -0400 |
commit | 81134af3ec09d67043833f8d614fd688f17cb213 (patch) | |
tree | 1017efdb60ebc39b9317e2313f31b3f55e1020f6 /contrib/Makefile | |
parent | b22a36a62ce312c1df9477382d1da602b0c24f6f (diff) | |
download | postgresql-81134af3ec09d67043833f8d614fd688f17cb213.tar.gz |
Move pgbench from contrib/ to src/bin/
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Diffstat (limited to 'contrib/Makefile')
-rw-r--r-- | contrib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index c56050eecc..d63e441cb5 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -38,7 +38,6 @@ SUBDIRS = \ pg_trgm \ pg_upgrade \ pg_upgrade_support \ - pgbench \ pgcrypto \ pgrowlocks \ pgstattuple \ |