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

Commit047e5a9

Browse files
committed
Rename pg_arman to pg_probackup for win builds
1 parent40a7d82 commit047e5a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/tools/msvc/Install.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ sub CopyContribFiles
478478
nextif ($deq"hstore_plpython" && !defined($config->{python}));
479479
nextif ($deq"ltree_plpython" && !defined($config->{python}));
480480
nextif ($deq"sepgsql");
481-
nextif ($deq'pg_arman');
481+
nextif ($deq'pg_probackup');
482482

483483
CopySubdirFiles($subdir,$d,$config,$target);
484484
}

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ my @contrib_excludes = (
4848
'ltree_plpython','pgcrypto',
4949
'sepgsql','brin',
5050
'test_extensions','test_pg_dump',
51-
'pg_arman',
51+
'pg_probackup',
5252
'snapshot_too_old');
5353

5454
# Set of variables for frontend modules

‎src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ sub contribcheck
374374
nextif ($moduleeq"hstore_plpython" && !defined($config->{python}));
375375
nextif ($moduleeq"ltree_plpython" && !defined($config->{python}));
376376
nextif ($moduleeq"sepgsql");
377-
nextif ($moduleeq"pg_arman");
377+
nextif ($moduleeq"pg_probackup");
378378
# Need database with UTF8 encoding, not SQL_ASCII
379379
nextif ($moduleeq"hunspell_ru_ru");
380380

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp