"Heikki Linnakangas" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match