diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-01-31 17:16:29 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-01-31 17:16:29 +0000 |
commit | 97bcf34c638778ab3a3181880ba22bce8dca4899 (patch) | |
tree | 683b1d90324d822beaf71e7b69d00c5e89f73ff1 /src/backend/regex/regexec.c | |
parent | b7445b685c0bf45c7a01a248d6cb97ac19b02a73 (diff) | |
download | postgresql-97bcf34c638778ab3a3181880ba22bce8dca4899.tar.gz postgresql-97bcf34c638778ab3a3181880ba22bce8dca4899.zip |
Fix race condition in win32 signal handling.
There was a race condition where the receiving pipe could be closed by the
child thread if the main thread was pre-empted before it got a chance to
create a new one, and the dispatch thread ran to completion during that time.
One symptom of this is that rows in pg_listener could be dropped under
heavy load.
Analysis and original patch by Radu Ilie, with some small
modifications by Magnus Hagander.
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions