| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
| Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: more fulltextindex stuff |
| Date: | 2002-08-17 15:49:00 |
| Message-ID: | Pine.LNX.4.44.0208171340530.2335-100000@localhost.localdomain |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Christopher Kings-Lynne writes:
> I notice that the new default for the contrib Makefiles is to build
> libfti.so, etc. instead of the old fti.so.
The default is to build nothing ... (?)
> Won't this cause dump restore problems for everyone already using the
> contrib?
No, because what is build is not what is installed.
> Anyone mind if I change it to use MODULES instead of MODULE_big for
> backwards compatibility?
MODULES_big can only build one shared object per directory but it can
contain several object files. That is the tradeoff.
--
Peter Eisentraut peter_e(at)gmx(dot)net
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2002-08-17 15:50:58 | Re: where to put NO_MKTIME_BEFORE_1970? |
| Previous Message | Peter Eisentraut | 2002-08-17 15:47:59 | Re: [HACKERS] Documentation DTD |