pgsql: Move pgbench from contrib/ to src/bin/

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Move pgbench from contrib/ to src/bin/
Дата
Msg-id E1YhhqH-0006bl-8c@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move pgbench from contrib/ to src/bin/

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/81134af3ec09d67043833f8d614fd688f17cb213

Modified Files
--------------
contrib/Makefile               |    1 -
contrib/pgbench/.gitignore     |    3 -
contrib/pgbench/Makefile       |   33 -
contrib/pgbench/exprparse.y    |   98 -
contrib/pgbench/exprscan.l     |  129 --
contrib/pgbench/pgbench.c      | 4004 ----------------------------------------
contrib/pgbench/pgbench.h      |   60 -
doc/src/sgml/contrib.sgml      |    1 -
doc/src/sgml/filelist.sgml     |    1 -
doc/src/sgml/pgbench.sgml      | 1176 ------------
doc/src/sgml/ref/allfiles.sgml |    1 +
doc/src/sgml/ref/pgbench.sgml  | 1176 ++++++++++++
doc/src/sgml/reference.sgml    |    1 +
src/bin/Makefile               |    1 +
src/bin/pgbench/.gitignore     |    3 +
src/bin/pgbench/Makefile       |   42 +
src/bin/pgbench/exprparse.y    |   98 +
src/bin/pgbench/exprscan.l     |  129 ++
src/bin/pgbench/pgbench.c      | 4004 ++++++++++++++++++++++++++++++++++++++++
src/bin/pgbench/pgbench.h      |   60 +
src/tools/msvc/Mkvcbuild.pm    |   23 +-
21 files changed, 5528 insertions(+), 5516 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix pg_rewind regression tests in VPATH builds
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Mark the second argument of pg_log as the translatable string in