pgsql: Remove tests that don't work on Windows.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove tests that don't work on Windows.
Date: 2020-11-12 17:19:53
Message-ID: E1kdGGH-0004Fy-TJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove tests that don't work on Windows.

On Windows, a filename cannot contain backslashes, because a backslash
is used directory separator. Remove tests I added in commit 9c4f5192f
that tried to do that. We could perhaps use a SKIP block to only skip
them on Windows, but I'm not sure how exactly to formulate that, so just
remove the tests to make the buildfarm green again.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/951dfa34f41bb851602216d3ada5f80135370e4f

Modified Files
--------------
src/bin/pg_rewind/t/003_extrafiles.pl | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-11-12 19:09:12 pgsql: change wire protocol data type for history file content
Previous Message Andrew Gierth 2020-11-12 16:01:46 pgsql: pg_trgm: fix crash in 2-item picksplit