Re: BUG #16162: create index using gist_trgm_ops leads to panic
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Jeff Janes <jeff.janes@gmail.com>,Alexander Lakhin <exclusion@gmail.com>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>,Tom Lane
<tgl@sss.pgh.pa.us>,kunert@cms.hu-berlin.de,pgsql-bugs
<pgsql-bugs@lists.postgresql.org>
Date: 2019-12-15T18:19:58Z
Lists: pgsql-bugs
On 15 December 2019 19:57:37 EET, Jeff Janes <jeff.janes@gmail.com> wrote: >On Sat, Dec 14, 2019 at 2:00 PM Alexander Lakhin <exclusion@gmail.com> >wrote: > >> Hello Heikki, >> 14.12.2019 1:02, Heikki Linnakangas wrote: >> > >> > Committed a fix. Many thanks for the reproducer scripts, Andreas >and >> > Alexander! >> The script that I presented in [0] still reproduces assertion failure >> for me on REL_12_STABLE (fd005e1a): >> > >I've verified that this was introduced by 9155580f and that Heikki's >latest >commit a7ee7c851 has not fixed it. I've reproduced it without cassert. Yeah, I was able to reproduce it too. *sigh*, thanks, I'll investigate tomorrow. - Heikki
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