Re: BUG #17739: postgres ts_headline function is not returning matches it should during full text search - Mailing list pgsql-bugs

From Sam S
Subject Re: BUG #17739: postgres ts_headline function is not returning matches it should during full text search
Date
Msg-id CAM-4bn=0ZjjqegEQqbRBn1VJrs+qeeza_QKzc_w7QyM5w_x3WA@mail.gmail.com
Whole thread Raw
In response to Re: BUG #17739: postgres ts_headline function is not returning matches it should during full text search  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #17739: postgres ts_headline function is not returning matches it should during full text search
List pgsql-bugs
Hi, 

I applied that patch to the main branch, built and tested it and it works as I expect. 
I reviewed the code and it looks good to me as far as someone not familiar with the codebase can tell. 

Regards,
Sam Snarr



On Mon, Jan 9, 2023 at 10:40 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
PG Bug reporting form <noreply@postgresql.org> writes:
> In the following 3 full-text search highlighting queries, why do the first
> one's results not match the second and third's?

I think this is addressed by my pending patch at [1].  Perhaps
you'd like to help review/test that?

                        regards, tom lane

[1] https://www.postgresql.org/message-id/flat/840.1669405935%40sss.pgh.pa.us

pgsql-bugs by date:

Previous
From: Lakshmi Narayanan Sreethar
Date:
Subject: DROP DATABASE deadlocks with logical replication worker in PG 15.1
Next
From: PG Bug reporting form
Date:
Subject: BUG #17751: DDL CREATE statement accepts invalid default values for FOREIGN KEY constraint.