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

Commit745b99c

Browse files
committed
Revert "Check that we have a working tar before trying to use it"
This reverts commitf920f7e.The patch in effect fixed a problem we didn't have and caused anotherinstead.Backpatch to release 14 like originalDiscussion:https://postgr.es/m/3655283.1638977975@sss.pgh.pa.us
1 parentf920f7e commit745b99c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/bin/pg_basebackup/t/010_pg_basebackup.pl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,11 @@
267267
SKIP:
268268
{
269269
my$tar =$ENV{TAR};
270+
# don't check for a working tar here, to accomodate various odd
271+
# cases such as AIX. If tar doesn't work the init_from_backup below
272+
# will fail.
270273
skip"no tar program available", 1
271-
if (!defined$tar ||$tareq''
272-
|| system_log($tar,'--version') != 0);
274+
if (!defined$tar ||$tareq'');
273275

274276
my$node2 = PostgreSQL::Test::Cluster->new('replica');
275277

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp