Skip to content

Commit bffc4b6

Browse files
committed
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
1 parent b2e7a4c commit bffc4b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/regress/parallel_schedule

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ test: select_views alter_table portals_p2 rules foreign_key
7474
# The sixth group of parallel test
7575
# ----------
7676
# "plpgsql" cannot run concurrently with "rules"
77-
test: limit plpgsql temp domain
77+
test: limit plpgsql temp domain rangefuncs

src/test/regress/serial_schedule

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.9 2002/04/05 11:56:55 momjian Exp $
1+
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.10 2002/06/20 17:09:42 momjian Exp $
22
# This should probably be in an order similar to parallel_schedule.
33
test: boolean
44
test: char
@@ -82,4 +82,4 @@ test: limit
8282
test: plpgsql
8383
test: temp
8484
test: domain
85-
85+
test: rangefuncs

0 commit comments

Comments
 (0)