Re: (another ;-)) PostgreSQL-derived project ... - Mailing list pgsql-general

From Tom Lane
Subject Re: (another ;-)) PostgreSQL-derived project ...
Date
Msg-id 1547.1316967921@sss.pgh.pa.us
Whole thread Raw
In response to Re: (another ;-)) PostgreSQL-derived project ...  (Albretch Mueller <lbrtchx@gmail.com>)
List pgsql-general
Albretch Mueller <lbrtchx@gmail.com> writes:
>  Well, at least I thought you would tell me where the postgresql-base
> is to be found. The last version I found is:
>  http://freebsd.csie.nctu.edu.tw/pub/distfiles/postgresql/postgresql-base-8.3beta2.tar.bz2
>  and I wondered what that is and why there are no postgresql-base
> after "8.3beta2"

We stopped bothering because the split tarballs weren't really good for
anything separately.  They were never independently buildable pieces,
and were only meant to ease downloading the distribution over unreliable
internet connections.  That concern was obsolete some years ago.  The
only part of the PG distribution that's ever been meant to be separately
buildable is libpq and some of the client-side tools.  If you want to
start stripping down the server, you're on your own.

Now, having said that, there has been some interest in pushing
lesser-used chunks like the geometric datatypes out into extensions.
I don't see how that's going to result in any significant performance
gain, though.

            regards, tom lane

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: (another ;-)) PostgreSQL-derived project ...
Next
From: Eduardo Morras
Date:
Subject: Re: Speed of lo_unlink vs. DELETE on BYTEA