Move pgbench from contrib/ to src/bin/

Peter Eisentraut <peter_e@gmx.net>

Commit: 81134af3ec09d67043833f8d614fd688f17cb213
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2015-04-13T17:07:16Z
Releases: 9.5.0
Move pgbench from contrib/ to src/bin/

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Files

PathChange+/−
contrib/Makefile modified +0 −1
contrib/pgbench/Makefile deleted +0 −33
doc/src/sgml/contrib.sgml modified +0 −1
doc/src/sgml/filelist.sgml modified +0 −1
doc/src/sgml/ref/allfiles.sgml modified +1 −0
doc/src/sgml/reference.sgml modified +1 −0
doc/src/sgml/ref/pgbench.sgml (from doc/src/sgml/pgbench.sgml) renamed +1 −1
src/bin/Makefile modified +1 −0
src/bin/pgbench/exprparse.y (from contrib/pgbench/exprparse.y) renamed +0 −0
src/bin/pgbench/exprscan.l (from contrib/pgbench/exprscan.l) renamed +0 −0
src/bin/pgbench/.gitignore (from contrib/pgbench/.gitignore) renamed +0 −0
src/bin/pgbench/Makefile added +42 −0
src/bin/pgbench/pgbench.c (from contrib/pgbench/pgbench.c) renamed +1 −1
src/bin/pgbench/pgbench.h (from contrib/pgbench/pgbench.h) renamed +0 −0
src/tools/msvc/Mkvcbuild.pm modified +13 −10