From: Bruce Momjian Date: Thu, 20 Jun 2002 17:09:42 +0000 (+0000) Subject: Attached is a regression test patch for SRFs. I based it on the test X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a99a1eb70dcdfd1dcdea8e60812e0d78b91cfc0f;p=users%2Fbernd%2Fpostgres.git Attached is a regression test patch for SRFs. I based it on the test 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 --- diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index c28d4c66eb..1a72d1bc6e 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -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 diff --git a/src/test/regress/serial_schedule b/src/test/regress/serial_schedule index dfc2a96c63..224a3edc01 100644 --- a/src/test/regress/serial_schedule +++ b/src/test/regress/serial_schedule @@ -82,4 +82,4 @@ test: limit test: plpgsql test: temp test: domain - +test: rangefuncs