8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e756849 commit c21b04dCopy full SHA for c21b04d
t/001_regress.pl
@@ -86,6 +86,7 @@
86
# to work with several postgreses on a single node
87
my $schedule = TestLib::slurp_file('../../src/test/regress/parallel_schedule');
88
$schedule =~ s/test: tablespace/#test: tablespace/g;
89
+$schedule =~ s/test: cfs/#test: cfs/g;
90
$schedule =~ s/test: largeobject//; # serial schedule
91
$schedule =~ s/largeobject//; # parallel schedule
92
unlink('parallel_schedule');
0 commit comments