Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.
Date
Msg-id 12094.1390576464@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.  (Noah Misch <noah@leadboat.com>)
Responses Re: Re: PostgreSQL 6.2.5 Visual Studio Build does not pass the regression tests.  (Noah Misch <noah@leadboat.com>)
List pgsql-bugs
Noah Misch <noah@leadboat.com> writes:
> Would you verify that the attached patch fixes your builds?

The aspect of this patch that leaves ImmediateInterruptOK set over a
much larger code range in PGSemaphoreLock --- and in particular doesn't
bother to reset it before entering ereport() --- is a horrid idea.
Keep in mind that setting ImmediateInterruptOK means you can lose control
*anywhere*, and so have no ability to safely manipulate anything except
local variables.

            regards, tom lane

pgsql-bugs by date:

Previous
From: nghia.le@postano.com
Date:
Subject: BUG #8943: optimizer appears to not be efficient when there is little data in the query results
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #8218: Error when querying an JSON data, 9.3beta