On Thu, Oct 30, 2014 at 11:45 PM, Noah Misch <[email protected]> wrote: >> Given the lack of prior complaints about this >> loop, I'm not sure I see the need to work harder than that; corruption >> of this sort must be quite rare. > > 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/[email protected]
That's the insert path. What about the vacuum path? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
