Robert Creager <Robert_Creager@LogicalChaos.org> 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