Re: BUG #17847: Unaligned memory access in ltree_gist
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Pavel Borisov <pashkin.elfe@gmail.com>,
Alexander Lakhin <exclusion@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2023-04-19T16:59:34Z
Lists: pgsql-bugs
Attachments
- 0001-Fix-custom-validators-call-in-build_local_relopti-v5.patch (application/octet-stream) patch v5-0001
- 0002-Validate-ltree-siglen-GiST-option-v5.patch (application/octet-stream) patch v5-0002
On Wed, Apr 19, 2023 at 7:47 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > Alexander Korotkov <aekorotkov@gmail.com> writes: > > [ v4 patches ] > > I think you forgot to adjust the expected output in ltree.out. > LGTM otherwise. I agree with back-patching. Thank you, Tom. The corrected version is attached. I've registered it on commitfest to make it pass commitfest.cputube.org. I'm going to push it once it passes. ------ Regards, Alexander Korotkov
Commits
-
Validate ltree siglen GiST option to be int-aligned
- f4a4a18ecbdb 14.8 landed
- 214495dc5b71 15.3 landed
- 8bbd0cce92be 16.0 landed
- 48c6825d0ec8 13.11 landed
-
Fix custom validators call in build_local_reloptions()
- 02191136cb25 13.11 landed
- 9ef5a3583784 14.8 landed
- 6e7361c85e95 15.3 landed
- cd115c3530bd 16.0 landed