From 72f8efdc986eb06b0d7498d90c4ba6c1a94abba8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 26 Sep 2002 05:39:03 +0000 Subject: Back out /pl memory leak patch. Wait for new version. --- src/pl/plpython/plpython_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pl/plpython/plpython_schema.sql') diff --git a/src/pl/plpython/plpython_schema.sql b/src/pl/plpython/plpython_schema.sql index 2f8766431f..28ceef5535 100644 --- a/src/pl/plpython/plpython_schema.sql +++ b/src/pl/plpython/plpython_schema.sql @@ -20,7 +20,7 @@ CREATE TABLE taxonomy ( CREATE TABLE entry ( accession text not null primary key, - eid serial unique, + eid serial, txid int2 not null references taxonomy(id) ) ; -- cgit v1.2.1