Move pgbench from contrib/ to src/bin/
Peter Eisentraut <peter_e@gmx.net>
Move pgbench from contrib/ to src/bin/ Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| 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 |