Re: Sometimes the output to the stdout in Windows disappears
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Lakhin <exclusion@gmail.com>
Cc: Victor Spirin <v.spirin@postgrespro.ru>,
pgsql-hackers@lists.postgresql.org
Date: 2020-10-18T18:04:51Z
Lists: pgsql-hackers
Alexander Lakhin <exclusion@gmail.com> writes: > With the fix all the 200 iterations passed as expected. > Then I ran the loop again just to be sure and got: > test thread/descriptor ... stderr FAILED 81 ms > iteration 124 failed. Sigh ... still, this: > diff -w -U3 > .../src/interfaces/ecpg/test/expected/thread-descriptor.stderr > .../src/interfaces/ecpg/test/results/thread-descriptor.stderr > --- .../src/interfaces/ecpg/test/expected/thread-descriptor.stderr > 2019-12-04 16:05:46 +0300 > +++ .../src/interfaces/ecpg/test/results/thread-descriptor.stderr > 2020-10-18 20:20:27 +0300 > @@ -0,0 +1 @@ > +SQL error: descriptor "mydesc" not found on line 31 does not look like the same kind of failure as what we've been dealing with up to now. So maybe what we've got is that we fixed the stdio loss problem, and now the error rate is down to the point where we can notice other, even-lower-probability issues. regards, tom lane
Commits
-
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
- cdc7ace161d3 9.6.20 landed
- 883226441d67 11.10 landed
- 6acc31a201d8 9.5.24 landed
- 6670e91078b3 10.15 landed
- d2074daebe16 13.1 landed
- 407580aabb83 12.5 landed
- 7d00a6b2de8a 14.0 landed
-
Update the Winsock API version requested by libpq.
- d5a9a661fcd2 14.0 landed