Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27f7f81

Browse files
committed
basic_archive: Fix comments related to NO_INSTALLCHECK
These comments incorrectly referred to shared_preload_libraries as beingrequired for the test to work.Thinko in commitc68a183.Author: Bharath RupireddyDiscussion:https://postgr.es/m/CALj2ACXpjFDiXf-L7AARQ4ppuxiDYSKZjyZb=wOa+cgg0zuWAw@mail.gmail.com
1 parentaafc07c commit27f7f81

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
ifdefUSE_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-
#whichtypicalrunningcheck users do not have (e.g. buildfarm clients).
30+
# Disabled because these tests requirespecial configuration, which
31+
# typicalinstallcheck users do not have (e.g. buildfarm clients).
3232
'runningcheck':false,
3333
},
3434
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp