summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-08-26 13:16:19 +0000
committerjoerg <joerg@pkgsrc.org>2008-08-26 13:16:19 +0000
commit8e079188a1e08fa7b259b3f5c7634783b1a1061e (patch)
tree57fad2863d243b76e1305ed1eff0367c998b5191 /databases/py-psycopg2/patches
parent8b553912db03c61587d1caf35885bc7744b2fd9d (diff)
downloadpkgsrc-8e079188a1e08fa7b259b3f5c7634783b1a1061e.tar.gz
psycopg-2.0.7:
- various smaller bug fixes
Diffstat (limited to 'databases/py-psycopg2/patches')
-rw-r--r--databases/py-psycopg2/patches/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/py-psycopg2/patches/patch-aa b/databases/py-psycopg2/patches/patch-aa
deleted file mode 100644
index fb66bf878ed..00000000000
--- a/databases/py-psycopg2/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/09/02 14:15:13 joerg Exp $
-
---- psycopg/connection_type.c.orig 2006-09-02 16:07:53.000000000 +0200
-+++ psycopg/connection_type.c
-@@ -288,7 +288,6 @@ connection_setup(connectionObject *self,
- pthread_mutex_init(&(self->lock), NULL);
-
- if (conn_connect(self) != 0) {
-- pthread_mutex_destroy(&(self->lock));
- Dprintf("connection_init: FAILED");
- return -1;
- }