| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Teodor Sigaev <teodor(at)stack(dot)net> |
| Cc: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgman(at)candle(dot)pha(dot)pa(dot)us, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: New contrib/tsearch module for 7.2 |
| Date: | 2001-10-15 17:47:30 |
| Message-ID: | 15046.1003168050@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Teodor Sigaev <teodor(at)stack(dot)net> writes:
> Please apply attached patch for contrib/tsearch.
I've applied the regression-test changes. I won't apply the Makefile
change. I took out those rules for a reason, which is that they cause
the module to fail to build entirely if one uses a non-gcc compiler.
("-MM" is gcc-specific.)
It should be unnecessary to have any dependency-list-building rules
in a contrib module anyway; if you've configured with --enable-depend
then I'd expect Makefile.global to take care of it.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-10-15 18:03:47 | Re: Snaptshot appears fine to me ... |
| Previous Message | Bruce Momjian | 2001-10-15 16:42:06 | Ready for Beta? |