File tree Expand file tree Collapse file tree 4 files changed +1
-98
lines changed Expand file tree Collapse file tree 4 files changed +1
-98
lines changed Original file line number Diff line number Diff line change @@ -289,17 +289,6 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl'
289289 </para>
290290 </listitem>
291291 </varlistentry>
292-
293- <varlistentry>
294- <term><literal>wal_consistency_checking</literal></term>
295- <listitem>
296- <para>
297- Uses <literal>wal_consistency_checking=all</literal> while running
298- certain tests under <filename>src/test/recovery</filename>. Not
299- enabled by default because it is resource intensive.
300- </para>
301- </listitem>
302- </varlistentry>
303292 </variablelist>
304293
305294 Tests for features that are not supported by the current build
Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ subdir = src/test/recovery
1515top_builddir = ../../..
1616include $(top_builddir ) /src/Makefile.global
1717
18- # required for 017_shm.pl and 027_stream_regress.pl
18+ # required for 017_shm.pl
1919REGRESS_SHLIB =$(abs_top_builddir ) /src/test/regress/regress$(DLSUFFIX )
2020export REGRESS_SHLIB
2121
22- # required for 027_stream_regress.pl
23- REGRESS_OUTPUTDIR =$(abs_top_builddir ) /src/test/recovery
24- export REGRESS_OUTPUTDIR
25-
2622check :
2723 $(prove_check )
2824
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -536,8 +536,6 @@ sub recoverycheck
536536{
537537 InstallTemp();
538538
539- $ENV {REGRESS_OUTPUTDIR } = " $topdir /src/test/recovery" ;
540-
541539 my $mstat = 0;
542540 my $dir = " $topdir /src/test/recovery" ;
543541 my $status = tap_check($dir );
You can’t perform that action at this time.
0 commit comments