Re: BUG #18129: GiST index produces incorrect query results
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2023-09-22T13:43:06Z
Lists: pgsql-bugs
On 22/09/2023 09:00, PG Bug reporting form wrote: > First bad commit is 9155580fd, on which three different outcomes are > possible: test passes/test fails/assertion fails. > Assertion failures, that we had observed after 9155580fd, were fixed by > a7ee7c851 and 741b88435, but apparently there is another defect induced > by that gist implementation change. I can reproduce this. I suspect something's still wrong with the LSN <-> NSN cross check, when the pages are WAL logged in physical order. Thanks for the report, I'll take a look. -- Heikki Linnakangas Neon (https://neon.tech)
Commits
-
Fix another bug in parent page splitting during GiST index build.
- 26917ebea745 12.17 landed
- db7394d4de7c 13.13 landed
- 747cef5a58ca 14.10 landed
- c3c284b37955 15.5 landed
- d7f521325f5d 16.1 landed
- 28d3c2ddcf91 17.0 landed