summaryrefslogtreecommitdiff
path: root/databases/skytools/Makefile
diff options
context:
space:
mode:
authorobache <obache>2014-04-24 05:48:01 +0000
committerobache <obache>2014-04-24 05:48:01 +0000
commit4b03ced95b6a907b5ef1adf944b8c57b80c0ced8 (patch)
tree9b3883264a65e18a5c14e3479de97210fb3c22f1 /databases/skytools/Makefile
parent349142eda979fabb4ee926c1ad97358201c110cd (diff)
downloadpkgsrc-4b03ced95b6a907b5ef1adf944b8c57b80c0ced8.tar.gz
Update skytools to 3.2.
Patch from rudolf via private mail. 2014-03-31 - SkyTools 3.2 - "Hit any user to continue" = Features = * scripts/data_maintainer.py: can use csv file as source * debian: support Postgres 9.3, 9.4 = Minor features = * londiste: added ignore_truncate handler option * londiste add-table: added lock_timeout option to avoid possible locking issues * scripts/data_maintainer.py: added dynamic throttling support (via sql) * skytools.scripting: added options to lower log level for exceptions * skytools.scripting: simple retriable execute (for sql) = Fixes = * londiste.create_partition: fixed to avoid deadlocks from concurrent workers * londiste.handlers.dispatch: fixed "ignore events aiming at obsolete partitions" bug * pgq.cascade.admin: do not allow subscribing to itself (same node) * pgq.consumer: fixed RetriableEvent and RetriableWalkerEvent * skytools.dbstruct: quote sequence names * skytools.set_tcp_keepalive: add compat with newer OSX, simplify, enable win32 * scripts/data_maintainer.py: fixed to survive null in stats column of sql_modify * sql/londiste: fixed londiste.table_info trigger issue * sql/pgq: fix retry-queue vs. newgrants * sql/pgq: tag pgq.batch_id_seq as dumpable (extension) = Cleanups = * londiste.drop_obsolete_partitions: drop tables in alphabetical order (that is from the oldest) * londiste.handlers: removed duplicate debug logging * londiste: moved config processing from dispatch to base handler * pgq.localconsumer: added file path check on config load * scripts/data_maintainer.py: clean-up * debian: include data_maintainer3 in package * Get rid of dictfetch*() usage, it's obsolete.
Diffstat (limited to 'databases/skytools/Makefile')
-rw-r--r--databases/skytools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile
index d1620fc2abd..cfc1f0d1926 100644
--- a/databases/skytools/Makefile
+++ b/databases/skytools/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2014/03/06 11:28:41 obache Exp $
+# $NetBSD: Makefile,v 1.2 2014/04/24 05:48:01 obache Exp $
-DISTNAME= skytools-3.1.5
+DISTNAME= skytools-3.2
CATEGORIES= databases
-MASTER_SITES= http://pgfoundry.org/frs/download.php/3515/
+MASTER_SITES= http://pgfoundry.org/frs/download.php/3622/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pgfoundry.org/projects/skytools