| 5226 | |
| 5227 | pg_attribute_noreturn() |
| 5228 | static void |
| 5229 | ThrowNoTextIndexFound() |
| 5230 | { |
| 5231 | ereport(ERROR, (errcode(ERRCODE_DOCUMENTDB_INDEXNOTFOUND), |
| 5232 | errmsg("A text index is necessary to perform a $text query."))); |
| 5233 | } |
| 5234 | |
| 5235 | |
| 5236 | static void |
no outgoing calls
no test coverage detected