| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com> |
| Cc: | "Oleg Bartunov" <oleg(at)sai(dot)msu(dot)su>, "Teodor Sigaev" <teodor(at)sigaev(dot)ru>, pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: Testing the other tsearch dictionaries |
| Date: | 2007-08-28 14:28:24 |
| Message-ID: | 26662.1188311304@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Heikki Linnakangas" <heikki(at)enterprisedb(dot)com> writes:
> Tom Lane wrote:
>> The difficulty in testing these is that they require configuration
>> files, which the regression tests really can't install. (If the
>> configuration were all inside the database it wouldn't be such a
>> problem, but that's a lost cause for 8.3...)
> How about putting the sample config files in contrib/tsearch, and
> copying them at "make install"? We have the capability to install
> contrib modules at the beginning of regression tests, right?
No, we have the ability to run a contrib module that's already been
installed. pg_regress cannot assume it has write privileges on
$SHAREDIR --- consider the "make installcheck" case.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Lincoln Yeoh | 2007-08-28 14:33:27 | Re: [HACKERS] Undetected corruption of table files |
| Previous Message | btober | 2007-08-28 12:57:11 | Re: [GENERAL] One database vs. hundreds? |