summary refs log tree commit diff
path: root/changelog.d/14310.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-0/+1
PostgreSQL 14 changed the behavior of `websearch_to_tsquery` to improve some behaviour. The tests were hitting those edge-cases about handling of hanging double quotes. This fixes the tests to take into account the PostgreSQL version.