pgsql: Remove another test that doesn't work on Windows. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove another test that doesn't work on Windows.
Date
Msg-id E1kdXUJ-0002X9-JK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove another test that doesn't work on Windows.

Apparently double-quotes are not allowed in filenames on Windows, either.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3bf44303b954269558c30458df8d02fb99c40c67

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: doc: clarify where to find pg_type_d.h (PG 11+) and pg_type.h
Next
From: Tom Lane
Date:
Subject: pgsql: Support negative indexes in split_part().