Commit bffc4b6d authored by Bruce Momjian's avatar Bruce Momjian

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
parent b2e7a4c4
...@@ -74,4 +74,4 @@ test: select_views alter_table portals_p2 rules foreign_key ...@@ -74,4 +74,4 @@ test: select_views alter_table portals_p2 rules foreign_key
# The sixth group of parallel test # The sixth group of parallel test
# ---------- # ----------
# "plpgsql" cannot run concurrently with "rules" # "plpgsql" cannot run concurrently with "rules"
test: limit plpgsql temp domain test: limit plpgsql temp domain rangefuncs
# $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. # This should probably be in an order similar to parallel_schedule.
test: boolean test: boolean
test: char test: char
...@@ -82,4 +82,4 @@ test: limit ...@@ -82,4 +82,4 @@ test: limit
test: plpgsql test: plpgsql
test: temp test: temp
test: domain test: domain
test: rangefuncs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment