[ADMIN] Tsearch2 removal bit me - how to correct?

Поиск
Список
Период
Сортировка
От Karl Denninger
Тема [ADMIN] Tsearch2 removal bit me - how to correct?
Дата
Msg-id 64d687df-3a87-0e4a-e954-f2f23c2581c9@denninger.net
обсуждение исходный текст
Ответы Re: [ADMIN] Tsearch2 removal bit me - how to correct?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin

Attempting to migrate to 10.0 from 9.6, which has had "tsearch2" loaded for backward compatibility since "forever" (which I suspect is no longer really required as the capability is internal and has been for a long time) results in this blowup logged in loadable_libraries.txt:

could not load library "$libdir/tsearch2": ERROR:  could not access file "$libdir/tsearch2": No such file or directory

The server log says:

2017-10-15 10:14:58.593 CDT [86864] ERROR:  could not access file "$libdir/tsearch2": No such file or directory
2017-10-15 10:14:58.593 CDT [86864] STATEMENT:  LOAD '$libdir/tsearch2'

Which is true, incidentally.

The problem is that I can't find any databases under the old database collection that have the extension loaded any longer (checking all of them don't show any with it in; I removed a few old databases that were no longer needed and DID have it, along with the tsearch2() function itself in a few more), so I don't know what to drop in order to clear this, and it's blocking an attempt to upgrade to 10.0.

So what's causing this to be requested on startup and how do I kill it?  There doesn't appear to be an obvious way to deinstall it from the 9.6 cluster....

--

Karl Denninger
karl@denninger.net
The Market Ticker
[S/MIME encrypted email preferred]

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [ADMIN] postgresql9.4 aws - no pg_upgrade
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] Tsearch2 removal bit me - how to correct?