summaryrefslogtreecommitdiff
path: root/src/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/Makefile')
-rw-r--r--src/bin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile
index 2d8ee19e04..a098fdb4f2 100644
--- a/src/bin/Makefile
+++ b/src/bin/Makefile
@@ -2,7 +2,7 @@
#
# Makefile for src/bin (client programs)
#
-# Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/bin/Makefile
@@ -22,12 +22,12 @@ SUBDIRS = \
pg_controldata \
pg_ctl \
pg_dump \
- pg_resetxlog \
+ pg_resetwal \
pg_rewind \
pg_test_fsync \
pg_test_timing \
pg_upgrade \
- pg_xlogdump \
+ pg_waldump \
pgbench \
psql \
scripts