Re: SPI & file locations - Mailing list pgsql-general

From Tom Lane
Subject Re: SPI & file locations
Date
Msg-id 2304.959357575@sss.pgh.pa.us
Whole thread Raw
In response to SPI & file locations  (Ron Peterson <rpeterson@yellowbank.com>)
Responses Re: SPI & file locations  (Lamar Owen <lamar.owen@wgcr.org>)
List pgsql-general
Ron Peterson <rpeterson@yellowbank.com> writes:
> After installation, shouldn't everything you need be in
> /usr/local/pgsql?

Yeah, it should really.  We've had this discussion before.  The real
problem is that no one wants to install the entire pgsql include tree,
but it's hard to draw the line at what an SPI extension might need or
not need.  It doesn't help that we've been sloppy about what lives in
which include file, too :-(.  Sooner or later someone should go through
the whole include tree and try to rearrange things so that there's a
fairly compact set of files that need to be exported.

In the meantime, pointing at the source tree is a good way to build SPI
extensions...

            regards, tom lane

pgsql-general by date:

Previous
From: Steve Wampler
Date:
Subject: Re: Speed of locating tables?
Next
From: "Bryan White"
Date:
Subject: Re: PG 7.0 is 2.5 times slower running a big report