From 9d9848668fd868a4e51f3a3f22c2807ff0e46582 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 12 Aug 2009 16:37:26 +0000 Subject: Split the plpython regression test into test cases arranged by topic, instead of the previous monolithic setup-create-run sequence, that was apparently inherited from a previous test infrastructure, but makes working with the tests and adding new ones weird. --- src/pl/plpython/sql/plpython_schema.sql | 4 ---- 1 file changed, 4 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 c346c40381..92681c1662 100644 --- a/src/pl/plpython/sql/plpython_schema.sql +++ b/src/pl/plpython/sql/plpython_schema.sql @@ -39,10 +39,6 @@ CREATE TABLE xsequences ( ) ; CREATE INDEX xsequences_pid_idx ON xsequences(pid) ; -CREATE TABLE unicode_test ( - testvalue text NOT NULL -); - CREATE TABLE table_record ( first text, second int4 -- cgit v1.2.1