Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2023-09-04 05:55:37 +0000
committerMichael Paquier2023-09-04 05:55:37 +0000
commitae10dbb0c5e09bff9e26412de7940271ef501164 (patch)
treea549220737f46d58fed2154ae409946160c81b0f /src/backend/commands/async.c
parente70ed4b1b87d22b47955c2bdee567ef8424e6df8 (diff)
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/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions