Mercurial > p > roundup > code
diff CHANGES.txt @ 6908:3260926d7e7e
fix postgresl-fts indexer: get_indexer reported not implemented
When I implemented postgresql fts indexing I forgot to remove code
that raised NotImplemented when it was requested. Also had to fix
import to match filename.
Added tests for native-fts paths in get_indexer.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 03 Sep 2022 17:58:41 -0400 |
| parents | 393430d4849a |
| children | 9ff091537f43 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Sep 01 21:59:58 2022 -0400 +++ b/CHANGES.txt Sat Sep 03 17:58:41 2022 -0400 @@ -38,6 +38,8 @@ catching SSL.ZeroReturnError indicating SSL has been shut down. - add caching header for text/javascript in addition to depricated application/javascript. (John Rouillard) +- Enable postgres-fts: fix indexer-common::get_indexer so it returns a + postgresql-fts Test code paths in get_indexer. (John Rouillard) Features:
