pgsql: Remove tests that don't work on Windows. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove tests that don't work on Windows.
Date
Msg-id E1kdGGH-0004Fy-TJ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Gierth
Date:
Subject: pgsql: pg_trgm: fix crash in 2-item picksplit
Next
From: Bruce Momjian
Date:
Subject: pgsql: change wire protocol data type for history file content