Adjust the names of a couple of tsearch index support functions that had
Tom Lane <tgl@sss.pgh.pa.us>
Adjust the names of a couple of tsearch index support functions that had inappropriately generic-sounding names. This is more or less free since we already forced initdb for the next beta, and it may prevent confusion or name conflicts (particularly at the C-global-symbol level) down the road. Per my proposal yesterday.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/tsearch2/tsearch2.sql.in | modified | +3 −3 |
| src/backend/utils/adt/tsginidx.c | modified | +3 −4 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +3 −3 |
| src/include/tsearch/ts_utils.h | modified | +3 −3 |