Temporarily disable Qingqing's Windows signal processing patch, so that

WaitForSingleObjectEx is always called by CHECK_FOR_INTERRUPTS.  This
should be reinstated but the setitimer() emulation will have to be
redesigned first.
This commit is contained in:
Tom Lane 2005-10-22 17:09:48 +00:00
parent 63aa492466
commit 4d20df3c78

View File

@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.181 2005/10/21 21:43:46 tgl Exp $ * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.182 2005/10/22 17:09:48 tgl Exp $
* *
* NOTES * NOTES
* some of the information in this file should be moved to other files. * some of the information in this file should be moved to other files.
@ -88,7 +88,6 @@ do { \
#define CHECK_FOR_INTERRUPTS() \ #define CHECK_FOR_INTERRUPTS() \
do { \ do { \
if (UNBLOCKED_SIGNAL_QUEUE()) \
pgwin32_check_queued_signals(); \ pgwin32_check_queued_signals(); \
if (InterruptPending) \ if (InterruptPending) \
ProcessInterrupts(); \ ProcessInterrupts(); \