From cfe380a6dd0dc7335ad83c3e0789357dc554fad3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 13 Aug 2009 20:50:05 +0000 Subject: Augment test coverage in PL/Python, especially for error conditions. --- src/pl/plpython/sql/plpython_schema.sql | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/pl/plpython/sql/plpython_schema.sql') diff --git a/src/pl/plpython/sql/plpython_schema.sql b/src/pl/plpython/sql/plpython_schema.sql index 92681c1662..1cb84d620e 100644 --- a/src/pl/plpython/sql/plpython_schema.sql +++ b/src/pl/plpython/sql/plpython_schema.sql @@ -38,13 +38,3 @@ CREATE TABLE xsequences ( sequence text not null ) ; CREATE INDEX xsequences_pid_idx ON xsequences(pid) ; - -CREATE TABLE table_record ( - first text, - second int4 - ) ; - -CREATE TYPE type_record AS ( - first text, - second int4 - ) ; -- cgit v1.2.1