pgsql: Try to unbreak 021_row_visibility.pl on mingw.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try to unbreak 021_row_visibility.pl on mingw.
Date: 2020-10-06 02:24:02
Message-ID: E1kPce2-0005VI-B5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to unbreak 021_row_visibility.pl on mingw.

Thanks to Andrew for proposing and testing this fix.

It's possible that we should address this on a more fundamental basis,
e.g. by configuring PerlIO to to CR/LF conversion for us, but this
approach already exists in other places. And it's nice to unbreak the
BF.

Proposed-By: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Discussion: https://postgr.es/m/2355d1f0-0244-da9c-ef0c-7542b944e1ac@2ndQuadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1df2b50dbebb72a75708c3cfbc21bcaa71993147

Modified Files
--------------
src/test/recovery/t/021_row_visibility.pl | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-10-06 02:38:02 Re: pgsql: Add block information in error context of WAL REDO apply loop
Previous Message Fujii Masao 2020-10-06 01:52:55 pgsql: postgres_fdw: reestablish new connection if cached one is detect