Add missing pg_rewind
Pointed out by: Nat Howard PR: 206750
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
DISTVERSION?= 9.5.0
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
|
||||
@@ -12,6 +12,7 @@ INSTALL_DIRS?= src/common src/timezone src/backend \
|
||||
src/bin/initdb src/bin/pg_ctl \
|
||||
src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
|
||||
src/bin/pg_basebackup src/bin/pg_archivecleanup \
|
||||
src/bin/pg_rewind \
|
||||
src/bin/pg_test_fsync src/bin/pg_test_timing \
|
||||
src/bin/pg_xlogdump src/bin/pg_upgrade
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ bin/pg_receivexlog
|
||||
bin/pg_resetxlog
|
||||
bin/pg_recvlogical
|
||||
bin/pg_archivecleanup
|
||||
bin/pg_rewind
|
||||
bin/pg_test_fsync
|
||||
bin/pg_test_timing
|
||||
bin/pg_xlogdump
|
||||
|
||||
Reference in New Issue
Block a user