Re: pgsql: Skip temp tables from basebackup.

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org, David Steele <david(at)pgmasters(dot)net>
Subject: Re: pgsql: Skip temp tables from basebackup.
Date: 2018-03-27 14:34:14
Message-ID: 87y3idmvwu.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

>>>>> "Teodor" == Teodor Sigaev <teodor(at)sigaev(dot)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)

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Steele 2018-03-27 14:34:51 Re: pgsql: Skip temp tables from basebackup.
Previous Message Tom Lane 2018-03-27 14:30:56 Re: pgsql: Skip temp tables from basebackup.