]> granicus.if.org Git - postgresql/commitdiff
Attached is a regression test patch for SRFs. I based it on the test
authorBruce Momjian <bruce@momjian.us>
Thu, 20 Jun 2002 17:09:42 +0000 (17:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 20 Jun 2002 17:09:42 +0000 (17:09 +0000)
scripts that I have been using, minus the C function tests and without
calls to random() -- figured random() wouldn't work too well for a
regression test ;-)

Joe Conway

src/test/regress/parallel_schedule
src/test/regress/serial_schedule

index c28d4c66eb4ad8261c7f7a9f44dbdd76c4f3671c..1a72d1bc6e0a96566d3b0570f97ac285dc90f610 100644 (file)
@@ -74,4 +74,4 @@ test: select_views alter_table portals_p2 rules foreign_key
 # The sixth group of parallel test
 # ----------
 # "plpgsql" cannot run concurrently with "rules"
-test: limit plpgsql temp domain
+test: limit plpgsql temp domain rangefuncs
index 58a9a3b944921688bf83725cdb1df8ffc89a4f6c..87afc7c451246b898bdf49bf6807ab0d06a8fecc 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.9 2002/04/05 11:56:55 momjian Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.10 2002/06/20 17:09:42 momjian Exp $
 # This should probably be in an order similar to parallel_schedule.
 test: boolean
 test: char
@@ -82,4 +82,4 @@ test: limit
 test: plpgsql
 test: temp
 test: domain
-
+test: rangefuncs