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-20 21:30:12 -0400 |
| commit | 528c2e44ab0a5ba49a5a04689dae3f674b71c15e (patch) | |
| tree | 89ffd862071c596ee5ab36710f6982ff013084e9 /src/bin/Makefile | |
| parent | d992f8a8961c09ec219373ffe2b5e6473febd065 (diff) | |
| download | postgresql-528c2e44ab0a5ba49a5a04689dae3f674b71c15e.tar.gz | |
Move pg_test_timing 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 06a0ab75b6..d23c95c581 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -24,6 +24,7 @@ SUBDIRS = \ pg_resetxlog \ pg_rewind \ pg_test_fsync \ + pg_test_timing \ pg_upgrade \ pgbench \ psql \ |
