Re: Tsearch2 removal bit me - how to correct?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karl Denninger <karl(at)denninger(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Tsearch2 removal bit me - how to correct?
Date: 2017-10-16 02:18:55
Message-ID: 2633.1508120335@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Karl Denninger <karl(at)denninger(dot)net> writes:
> One more question - for safety do I also need to drop all the other
> previously-declared public functions such as rank*() (in all its forms)
> and concat even thought they do not reference the shared library, or are
> they safe to leave there?  I see there are pg_catalog copies of these as
> well....

I dunno about safety offhand, but I'd definitely make an effort to get
rid of them --- at minimum, you're risking confusion by leaving them
around. All of the modern text search support functions are in
pg_catalog.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Karl Denninger 2017-10-16 02:34:37 Re: Tsearch2 removal bit me - how to correct?
Previous Message Karl Denninger 2017-10-15 23:55:22 Re: Tsearch2 removal bit me - how to correct?