pgsql: Cause TestLib.pm to define $windows_os in all branches.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cause TestLib.pm to define $windows_os in all branches.
Date: 2015-10-12 23:35:46
Message-ID: E1Zlmd8-0005qd-8x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Cause TestLib.pm to define $windows_os in all branches.

Back-port of a part of commit 690ed2b76ab91eb79ea04ee2bfbdc8a2693f2a37 that
I'd depended on without realizing that it was only added recently. Since
it seems entirely likely that other such tests will need to be back-patched
in future, providing the flag seems like a better answer than just putting
a test in-line.

Per buildfarm.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/06dd4b44fbcef0297acc0fbb1efe311900310272

Modified Files
--------------
src/test/perl/TestLib.pm | 3 +++
1 file changed, 3 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-10-12 23:49:31 pgsql: Sigh, need "use Config" as well.
Previous Message Tom Lane 2015-10-12 22:31:00 pgsql: Fix "pg_ctl start -w" to test child process status directly.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-10-12 23:36:05 Re: bugs and bug tracking
Previous Message Robert Haas 2015-10-12 23:15:27 Re: More work on SortSupport for text - strcoll() and strxfrm() caching