pgsql-support 'distribution' ...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pgsql-support 'distribution' ...
Date: 2000-02-14 04:22:13
Message-ID: Pine.BSF.4.21.0002140011320.74045-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Morning all ...

I tried to jump into this a little while back, and fell flat on my
face (tried to do too much simultaneously), so tonight I started again
just trying to address one 'piece' at a time, and the end results look
promising ...

Available at ftp://ftp.postgresql.org/pub is a tar file called
pgsql-support.tar.gz that, right now, just contains a
"self-contained" libpq distribution (I'm going to be converting things
over one at a time)...

The idea is that there are alot of sites out there that don't need
the whole backend sources, they only need the bin/interfaces stuff, so why
download a 7+meg file. Its also giving me a chance to play with
libtool/automake :)

Right now, if you download the above file, untar it and type:

./configure
cd interfaces/libpq
gmake

It will build both static and shared libraries for libpq ... or,
rather, it does on both a FreeBSD 4.0-CURRENT and Solaris 2.6 machine,
both running gcc ...

The Solaris 2.6 machine I tried it on doesn't have libtool
installed on it, so everything *appears* to be packaged properly ...

There are no 'template' files, or 'Makefile.port' files or
anything like that ...

Note that the source code included in the above is not up to date
with the regular source tree, this is as much a test of a concept as
anything else.

What I'm curious about right now is how well the above works on
the various architectures ... and whether it even works on non-gcc
environments ...

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-02-14 04:24:35 Re: [HACKERS] Solution for LIMIT cost estimation
Previous Message Chairudin Sentosa 2000-02-14 02:47:34 Suggestion to split /data/base directory