Skip to content

Commit 27f7f81

Browse files
committed
basic_archive: Fix comments related to NO_INSTALLCHECK
These comments incorrectly referred to shared_preload_libraries as being required for the test to work. Thinko in commit c68a183. Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACXpjFDiXf-L7AARQ4ppuxiDYSKZjyZb=wOa+cgg0zuWAw@mail.gmail.com
1 parent aafc07c commit 27f7f81

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

contrib/basic_archive/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ PGFILEDESC = "basic_archive - basic archive module"
55

66
REGRESS = basic_archive
77
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/basic_archive/basic_archive.conf
8-
# Disabled because these tests require "shared_preload_libraries=basic_archive",
9-
# which typical installcheck users do not have (e.g. buildfarm clients).
8+
9+
# Disabled because these tests require special configuration, which
10+
# typical installcheck users do not have (e.g. buildfarm clients).
1011
NO_INSTALLCHECK = 1
1112

1213
ifdef USE_PGXS

contrib/basic_archive/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ tests += {
2727
'regress_args': [
2828
'--temp-config', files('basic_archive.conf'),
2929
],
30-
# Disabled because these tests require "shared_preload_libraries=basic_archive",
31-
# which typical runningcheck users do not have (e.g. buildfarm clients).
30+
# Disabled because these tests require special configuration, which
31+
# typical installcheck users do not have (e.g. buildfarm clients).
3232
'runningcheck': false,
3333
},
3434
}

0 commit comments

Comments
 (0)