summaryrefslogtreecommitdiff
path: root/databases/postgresql94-replicationtools
diff options
context:
space:
mode:
authoradam <adam>2015-01-14 21:01:18 +0000
committeradam <adam>2015-01-14 21:01:18 +0000
commitca46ed6fb1e46081e8d316b7286866d9e5f03eef (patch)
treeacc80a00beba0935a731a700da40eae21a90094c /databases/postgresql94-replicationtools
parentb6ee4bab7870ce6658cbda8efbf1b5b7c270ae8f (diff)
downloadpkgsrc-ca46ed6fb1e46081e8d316b7286866d9e5f03eef.tar.gz
PostgreSQL 9.4.0:
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance.
Diffstat (limited to 'databases/postgresql94-replicationtools')
-rw-r--r--databases/postgresql94-replicationtools/DESCR12
-rw-r--r--databases/postgresql94-replicationtools/Makefile12
-rw-r--r--databases/postgresql94-replicationtools/PLIST3
3 files changed, 27 insertions, 0 deletions
diff --git a/databases/postgresql94-replicationtools/DESCR b/databases/postgresql94-replicationtools/DESCR
new file mode 100644
index 00000000000..781934b4da0
--- /dev/null
+++ b/databases/postgresql94-replicationtools/DESCR
@@ -0,0 +1,12 @@
+This package provides the following PostgreSQL tools:
+ - pg_archivecleanup
+ - pg_standby
+
+pg_standby supports creation of a "warm standby" database server.
+It is designed to be a waiting restore_command, which is needed
+to turn a standard archive recovery into a warm standby operation.
+
+pg_archivecleanup is designed to cleanup an archive when used as
+an archive_cleanup_command when running with standby_mode = on.
+pg_archivecleanup can also be used as a standalone program to
+clean WAL file archives.
diff --git a/databases/postgresql94-replicationtools/Makefile b/databases/postgresql94-replicationtools/Makefile
new file mode 100644
index 00000000000..7f17201f909
--- /dev/null
+++ b/databases/postgresql94-replicationtools/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2015/01/14 21:01:19 adam Exp $
+
+PKGNAME= ${DISTNAME:C/-/94-replicationtools-/}
+COMMENT= PostgreSQL replication tools
+
+.include "../../databases/postgresql94/Makefile.common"
+
+BUILD_DIRS+= contrib/pg_archivecleanup
+BUILD_DIRS+= contrib/pg_standby
+
+.include "../../databases/postgresql94-client/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql94-replicationtools/PLIST b/databases/postgresql94-replicationtools/PLIST
new file mode 100644
index 00000000000..aa5e9f7c196
--- /dev/null
+++ b/databases/postgresql94-replicationtools/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2015/01/14 21:01:19 adam Exp $
+bin/pg_archivecleanup
+bin/pg_standby