Changes between Initial Version and Version 3 of Ticket #31601
- Timestamp:
- May 18, 2020, 12:08:45 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31601
- Property Has patch set
- Property Patch needs improvement set
- Property Summary Test suite fails on PostgreSQL 10.13 → Test suite fails on latest PostgreSQL versions
-
Ticket #31601 – Description
initial v3 1 A couple of full text search related to headlines tests break on PostgresSQL 10.13. The reason appears to be that a trailing `!` is now present in the results which breaks the equality checks. Looking at the 10.13 release notes ([https://www.postgresql.org/docs/release/10.13/]) it's probable that the patch "Fix ts_headline() to make better headline selections when working with phrase queries" introduced this behaviour.1 A couple of full text search related to headlines tests break on the latest PostgresSQL versions (9.6.18, 10.13 11.8, 12.3). The reason appears to be that a trailing `!` is now present in the results which breaks the equality checks. Looking at the 10.13 release notes ([https://www.postgresql.org/docs/release/10.13/]) it's probable that the patch "Fix ts_headline() to make better headline selections when working with phrase queries" introduced this behaviour. 2 2 3 3 Output of failures: