Re: pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Robins Tharakan
On Fri, 2 May 2025 at 07:28, Robins Tharakan wrote: > > So ideally if gcc fixes the issue (or if I fix something stupid in the way > I am > compiling gcc etc), the next buildfarm run should automatically go > green soon after. > Does look like a gcc bug. Ideally should go green automatically (o

Re: pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Robins Tharakan
On Fri, 2 May 2025 at 06:57, Tom Lane wrote: > Robins Tharakan writes: > > On Thu, 1 May 2025 at 19:43, Dean Rasheed > wrote: > >> doc: Warn that ts_headline() output is not HTML-safe. > > > This commit looks harmless, but 2 separate machines are > > failing on this commit (at the same point).

Re: pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Tom Lane
Robins Tharakan writes: > On Thu, 1 May 2025 at 19:43, Dean Rasheed wrote: >> doc: Warn that ts_headline() output is not HTML-safe. > This commit looks harmless, but 2 separate machines are > failing on this commit (at the same point). It's hardly likely that a docs-only commit is the cause. D

Re: pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Robins Tharakan
Hi, On Thu, 1 May 2025 at 19:43, Dean Rasheed wrote: > doc: Warn that ts_headline() output is not HTML-safe. > > Backpatch-through: 13 > > This commit looks harmless, but 2 separate machines are failing on this commit (at the same point). For now, it appears more like a compiler bug. I have req

pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Dean Rasheed
doc: Warn that ts_headline() output is not HTML-safe. Add a documentation warning to ts_headline() pointing out that, when working with untrusted input documents, the output is not guaranteed to be safe for direct inclusion in web pages. This is because, while it does remove some XML tags from the

pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Dean Rasheed
doc: Warn that ts_headline() output is not HTML-safe. Add a documentation warning to ts_headline() pointing out that, when working with untrusted input documents, the output is not guaranteed to be safe for direct inclusion in web pages. This is because, while it does remove some XML tags from the

pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Dean Rasheed
doc: Warn that ts_headline() output is not HTML-safe. Add a documentation warning to ts_headline() pointing out that, when working with untrusted input documents, the output is not guaranteed to be safe for direct inclusion in web pages. This is because, while it does remove some XML tags from the

pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Dean Rasheed
doc: Warn that ts_headline() output is not HTML-safe. Add a documentation warning to ts_headline() pointing out that, when working with untrusted input documents, the output is not guaranteed to be safe for direct inclusion in web pages. This is because, while it does remove some XML tags from the

pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Dean Rasheed
doc: Warn that ts_headline() output is not HTML-safe. Add a documentation warning to ts_headline() pointing out that, when working with untrusted input documents, the output is not guaranteed to be safe for direct inclusion in web pages. This is because, while it does remove some XML tags from the

pgsql: doc: Warn that ts_headline() output is not HTML-safe.

2025-05-01 Thread Dean Rasheed
doc: Warn that ts_headline() output is not HTML-safe. Add a documentation warning to ts_headline() pointing out that, when working with untrusted input documents, the output is not guaranteed to be safe for direct inclusion in web pages. This is because, while it does remove some XML tags from the