Move pgbench from contrib/ to src/bin/
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 11 Mar 2015 02:33:24 +0000 (22:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 13 Apr 2015 17:07:16 +0000 (13:07 -0400)
commit81134af3ec09d67043833f8d614fd688f17cb213
tree1017efdb60ebc39b9317e2313f31b3f55e1020f6
parentb22a36a62ce312c1df9477382d1da602b0c24f6f
Move pgbench from contrib/ to src/bin/

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
15 files changed:
contrib/Makefile
contrib/pgbench/Makefile [deleted file]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/pgbench.sgml [moved from doc/src/sgml/pgbench.sgml with 99% similarity]
doc/src/sgml/reference.sgml
src/bin/Makefile
src/bin/pgbench/.gitignore [moved from contrib/pgbench/.gitignore with 100% similarity]
src/bin/pgbench/Makefile [new file with mode: 0644]
src/bin/pgbench/exprparse.y [moved from contrib/pgbench/exprparse.y with 100% similarity]
src/bin/pgbench/exprscan.l [moved from contrib/pgbench/exprscan.l with 100% similarity]
src/bin/pgbench/pgbench.c [moved from contrib/pgbench/pgbench.c with 99% similarity]
src/bin/pgbench/pgbench.h [moved from contrib/pgbench/pgbench.h with 100% similarity]
src/tools/msvc/Mkvcbuild.pm