Robert Creager <[EMAIL PROTECTED]> writes:
> Is there any way I can do a <make installcheck> without a
>  reconfigure/make/install of postgresql?  The db is running on port
>  5433, not the default of 5432.

Sure, just "export PGPORT=5433" before "make installcheck".  Doubt it
will prove much, though, because the regression tests contain only
minimal exercising of GIST.

Does PGSphere itself have any regression tests?

(Actually, running the contrib regression tests might be more relevant
than the main PG tests, since several contrib modules with GIST
opclasses have regression tests.)

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to