Re: pgsql: Skip temp tables from basebackup. - Mailing list pgsql-committers

From Andrew Gierth
Subject Re: pgsql: Skip temp tables from basebackup.
Date
Msg-id 87y3idmvwu.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: pgsql: Skip temp tables from basebackup.  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-committers
>>>>> "Teodor" == Teodor Sigaev <teodor@sigaev.ru> writes:

 Teodor> Hm, seems, Windows doesn't like this patch

You added two tests to the SKIP: block without updating the number of
tests that would be skipped, so the final count of tests comes out
wrong.

    skip "symlinks not supported on Windows", 15 if ($windows_os);

above 15 should presumably be 17 (did not test this myself since I don't
have windows)

-- 
Andrew (irc:RhodiumToad)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Skip temp tables from basebackup.
Next
From: David Steele
Date:
Subject: Re: pgsql: Skip temp tables from basebackup.