Re: Pg 15 devel crashes when fetching data from table using cursor - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Pg 15 devel crashes when fetching data from table using cursor
Date
Msg-id 762946.1646964337@sss.pgh.pa.us
Whole thread Raw
In response to Re: Pg 15 devel crashes when fetching data from table using cursor  (Andres Freund <andres@anarazel.de>)
Responses Re: Pg 15 devel crashes when fetching data from table using cursor  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
Andres Freund <andres@anarazel.de> writes:
> Another example of complete brokenness in the wider area is catalog accesses
> happening after PROC_IN_VACUUM is set. Afaict it's entirely incorrect to do
> any catalog accesses once set, because rows that are still needed for the
> catalog access can just be removed.

That seems like a fairly untenable design rule.  Maybe we should rethink
what PROC_IN_VACUUM means/is used for.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuum
Next
From: Andres Freund
Date:
Subject: Re: Pg 15 devel crashes when fetching data from table using cursor