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

Commit1aa67a5

Browse files
Fix meson installation of xid_wraparound test.
Fix fore255b64, to prevent installation of xid_wraparound testmodule during main install.Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/84cd416a-0e37-4019-8380-1c8a3cdd8c5c%40eisentraut.org
1 parent2579985 commit1aa67a5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎src/test/modules/xid_wraparound/meson.build

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ endif
1212

1313
xid_wraparound=shared_module('xid_wraparound',
1414
xid_wraparound_sources,
15-
kwargs:pg_mod_args,
15+
kwargs:pg_test_mod_args,
1616
)
17-
testprep_targets+= xid_wraparound
17+
test_install_libs+= xid_wraparound
1818

19-
install_data(
19+
test_install_data+=files(
2020
'xid_wraparound.control',
2121
'xid_wraparound--1.0.sql',
22-
kwargs: contrib_data_args,
2322
)
2423

2524
tests+= {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp