Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-pgnotify.py,v 1.1 2016/03/25 21:15:07 joerg Exp $
--- pgnotify.py.orig 2016-03-25 09:35:27.000000000 +0000
+++ pgnotify.py
@@ -99,9 +99,9 @@ class pgnotify:
else:
self.pgconn.query('unlisten "%s"' % self.event)
self.pgconn.query('unlisten "%s"' % self.stop)
- raise pgnotifyError, \
+ raise pgnotifyError(
'listening for ("%s", "%s") but notified of "%s"' \
- % (self.event, self.stop, event)
+ % (self.event, self.stop, event))