Re: BUG #16162: create index using gist_trgm_ops leads to panic
Jeff Janes <jeff.janes@gmail.com>
From: Jeff Janes <jeff.janes@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>, kunert@cms.hu-berlin.de, pgsql-bugs <pgsql-bugs@lists.postgresql.org>
Date: 2019-12-13T00:05:53Z
Lists: pgsql-bugs
On Thu, Dec 12, 2019 at 8:44 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> I wonder if this could be a recently-introduced bug? I do not
> recall seeing complaints like this before v12.
>
Looks like the culprit is:
commit 9155580fd5fc2a0cbb23376dfca7cd21f59c2c7b
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Wed Apr 3 17:03:15 2019 +0300
Generate less WAL during GiST, GIN and SP-GiST index build.
The commit before went 150 iterations with no failures, while this one
failed on the 15th iteration, then again on 4th.
Cheers,
Jeff
Commits
-
Fix yet another crash in page split during GiST index creation.
- 42d1acd2edc4 12.2 landed
- 741b884353e4 13.0 landed
-
Fix crash when a page was split during GiST index creation.
- 70c4f500eaeb 12.2 landed
- a7ee7c851322 13.0 landed
-
Generate less WAL during GiST, GIN and SP-GiST index build.
- 9155580fd5fc 12.0 cited