mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
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 c68a183990
.
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACXpjFDiXf-L7AARQ4ppuxiDYSKZjyZb=wOa+cgg0zuWAw@mail.gmail.com
This commit is contained in:
parent
aafc07c7a1
commit
27f7f81e4c
@ -5,8 +5,9 @@ PGFILEDESC = "basic_archive - basic archive module"
|
|||||||
|
|
||||||
REGRESS = basic_archive
|
REGRESS = basic_archive
|
||||||
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/basic_archive/basic_archive.conf
|
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
|
NO_INSTALLCHECK = 1
|
||||||
|
|
||||||
ifdef USE_PGXS
|
ifdef USE_PGXS
|
||||||
|
@ -27,8 +27,8 @@ tests += {
|
|||||||
'regress_args': [
|
'regress_args': [
|
||||||
'--temp-config', files('basic_archive.conf'),
|
'--temp-config', files('basic_archive.conf'),
|
||||||
],
|
],
|
||||||
# Disabled because these tests require "shared_preload_libraries=basic_archive",
|
# Disabled because these tests require special configuration, which
|
||||||
# which typical runningcheck users do not have (e.g. buildfarm clients).
|
# typical installcheck users do not have (e.g. buildfarm clients).
|
||||||
'runningcheck': false,
|
'runningcheck': false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user