the contrib

Started by Karel Zakover 25 years ago3 messages
#1Karel Zak
zakkr@zf.jcu.cz

Bruce add my pg_lodump to the contrib and now I see what happen in the
current contrib --- here it is a little dirty (mazy Makefiles..etc).

Well I start fix some bugs in this tree and I have a question:

How idea is for 'make install' in the contrib tree? For example
the 'findoidjoins' has directly set INSTALLDIR = /usr/local/pgsql.

Comments?

Karel

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Karel Zak (#1)
Re: the contrib

Karel Zak <zakkr@zf.jcu.cz> writes:

Bruce add my pg_lodump to the contrib and now I see what happen in the
current contrib --- here it is a little dirty (mazy Makefiles..etc).
Well I start fix some bugs in this tree and I have a question:
How idea is for 'make install' in the contrib tree? For example
the 'findoidjoins' has directly set INSTALLDIR = /usr/local/pgsql.

Yes, contrib is pretty messy. It'd be great to clean it up to have
uniform build/install conventions.

Another thing wrong with contrib is that there are a couple of
directories that are obsolete because the features got installed
in the main build (int8 for example). But they were never cleaned
out of contrib. There isn't anyone really maintaining contrib...

regards, tom lane

#3Karel Zak
zakkr@zf.jcu.cz
In reply to: Tom Lane (#2)
Re: the contrib

On Mon, 12 Jun 2000, Tom Lane wrote:

Karel Zak <zakkr@zf.jcu.cz> writes:

Bruce add my pg_lodump to the contrib and now I see what happen in the
current contrib --- here it is a little dirty (mazy Makefiles..etc).
Well I start fix some bugs in this tree and I have a question:
How idea is for 'make install' in the contrib tree? For example
the 'findoidjoins' has directly set INSTALLDIR = /usr/local/pgsql.

Yes, contrib is pretty messy. It'd be great to clean it up to have
uniform build/install conventions.

if I will a little time, I try clean it. Now I fix pg_lodump
and findoidjoins.

Karel