diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-09-04 14:55:51 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-09-04 14:55:51 +0900 |
commit | 88aa4a049acaaea4db2d7946154ae72110910f32 (patch) | |
tree | 17f2283cce0525671bd829c4d106f5a455ac2ddf /src/tutorial/syscat.source | |
parent | 5a9325fdde1d8ab8031fa09ebd0f63dc3f967a0a (diff) | |
download | postgresql-88aa4a049acaaea4db2d7946154ae72110910f32.tar.gz postgresql-88aa4a049acaaea4db2d7946154ae72110910f32.zip |
Fix out-of-bound read in gtsvector_picksplit()
This could lead to an imprecise choice when splitting an index page of a
GiST index on a tsvector, deciding which entries should remain on the
old page and which entries should move to a new page.
This is wrong since tsearch2 has been moved into core with commit
140d4ebcb46e, so backpatch all the way down. This error has been
spotted by valgrind.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/17950-6c80a8d2b94ec695@postgresql.org
Backpatch-through: 11
Diffstat (limited to 'src/tutorial/syscat.source')
0 files changed, 0 insertions, 0 deletions