basic_archive: Fix comments related to NO_INSTALLCHECK
authorMichael Paquier <[email protected]>
Tue, 19 Dec 2023 23:39:54 +0000 (08:39 +0900)
committerMichael Paquier <[email protected]>
Tue, 19 Dec 2023 23:39:54 +0000 (08:39 +0900)
These comments incorrectly referred to shared_preload_libraries as being
required for the test to work.

Thinko in commit c68a1839902d.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACXpjFDiXf-L7AARQ4ppuxiDYSKZjyZb=wOa+cgg0zuWAw@mail.gmail.com

contrib/basic_archive/Makefile
contrib/basic_archive/meson.build

index 55d299d650c280ebdc691fddd228bac253fc88c9..100ed81f12aebc9e596595af0b6167ab8ac03819 100644 (file)
@@ -5,8 +5,9 @@ PGFILEDESC = "basic_archive - basic archive module"
 
 REGRESS = basic_archive
 REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/basic_archive/basic_archive.conf
-# Disabled because these tests require "shared_preload_libraries=basic_archive",
-# which typical installcheck users do not have (e.g. buildfarm clients).
+
+# Disabled because these tests require special configuration, which
+# typical installcheck users do not have (e.g. buildfarm clients).
 NO_INSTALLCHECK = 1
 
 ifdef USE_PGXS
index bc1380e6f664e6784b82ae18226f242456a49767..e7f22a8f379baffa0c004a8ab2f3b8650fab69aa 100644 (file)
@@ -27,8 +27,8 @@ tests += {
     'regress_args': [
       '--temp-config', files('basic_archive.conf'),
     ],
-    # Disabled because these tests require "shared_preload_libraries=basic_archive",
-    # which typical runningcheck users do not have (e.g. buildfarm clients).
+    # Disabled because these tests require special configuration, which
+    # typical installcheck users do not have (e.g. buildfarm clients).
     'runningcheck': false,
   },
 }