Re: pg15b3: crash in paralell vacuum
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: pgsql-hackers@postgresql.org, Amit Kapila <akapila@postgresql.org>
Date: 2022-08-18T14:52:36Z
Lists: pgsql-hackers
On Thu, Aug 18, 2022 at 11:24:22PM +0900, Masahiko Sawada wrote: > The status = 11 is invalid value. Probably because indstats was not > initialized to 0 as I mentioned. > > Justin, if it's reproducible in your environment, could you please try > it again with the attached patch? Yes, this seems to resolve the problem. Thanks, -- Justin
Commits
-
Initialize index stats during parallel VACUUM.
- 662ba729a67e 16.0 landed
- 08c23f420406 15.0 landed
-
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
- 7b7ed046cb2a 15.0 cited