Add missing pg_rewind

Pointed out by:	Nat Howard
PR:		206750
This commit is contained in:
Palle Girgensohn
2016-01-30 10:40:33 +00:00
parent 6b6a88d145
commit decd47b3e9
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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