Re: pgsql: Allow concurrent-safe open() and fopen() in frontend code for Wi
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-committers@lists.postgresql.org,
Andrew Dunstan <andrew@dunslane.net>
Date: 2018-09-17T13:41:37Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > OK, REL_11_STABLE has been patched as well, after doing a couple of > extra tests on Windows. BTW, I'm a bit concerned by the fact that bowerbird has failed its last couple of HEAD runs at the pgbench step. The first such failure was here: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=bowerbird&dt=2018-09-15%2014%3A19%3A58 Looking at the set of commits between the prior run and that one, it's hard to see anything that could have triggered the test failures other than this patch --- but I also don't see how this patch would've blown up pgbench without breaking earlier tests. Ideas? regards, tom lane
Commits
-
Enforce translation mode for Windows frontends to text with open/fopen
- 40cfe86068f4 12.0 landed
-
Fix pgbench lexer's "continuation" rule to cope with Windows newlines.
- db37ab2c60b8 12.0 landed
- d45f157e8b07 11.0 landed
- 3ea7e015f37a 10.6 landed
-
Allow concurrent-safe open() and fopen() in frontend code for Windows
- 0ba06e0bfb8c 12.0 cited