Re: infinite loop in _bt_getstackbuf - Mailing list pgsql-hackers

From Tom Lane
Subject Re: infinite loop in _bt_getstackbuf
Date
Msg-id 18445.1414727577@sss.pgh.pa.us
Whole thread Raw
In response to Re: infinite loop in _bt_getstackbuf  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
Noah Misch <noah@leadboat.com> writes:
> Looks like _bt_getstackbuf() is always called with some buffer lock held, so
> CHECK_FOR_INTERRUPTS() alone would not help:
> http://www.postgresql.org/message-id/flat/16519.1401395152@sss.pgh.pa.us

Oooh, good point.  I never followed up on that idea, but we would have to
in order to fix the case Robert is on about.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: infinite loop in _bt_getstackbuf
Next
From: Tom Lane
Date:
Subject: Re: TAP test breakage on MacOS X