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 /src/bin/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 'src/bin/Makefile')
| -rw-r--r-- | src/bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index 69cc2b83c1..bb77142cab 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -23,6 +23,7 @@ SUBDIRS = \ pg_dump \ pg_resetxlog \ pg_rewind \ + pgbench \ psql \ scripts |
