Re: development setup and libdir

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: development setup and libdir
Date: 2010-01-30 23:28:06
Message-ID: 4B64C086.103@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ivan Sergio Borgonovo wrote:
> I'm absolutely aware I can't ask features unless someone is willing
> to implement them or is paid for... but the easier/cheaper it is to
> build up a dev/test environment the more people will try to
> build/test something for postgres.
>

I do all my build/test work on Ubuntu using my peg tool:
http://github.com/gregs1104/peg specifically because I find it such a
giant pain to deal with the Debian packaging when developing. It does
all of the things you're complaining take too long to setup just for
development work. Dump the whole working tree in your home directory,
build and test everything there, avoid the whole mess of what the OS
install cares about. Once I've got something that works, only then do I
bother figuring out how I'm going to get that integrated back into the
packaging system's PostgreSQL install.

The difficulties in making modules generally easier to install are well
understood, and many people have been working on potential improvements
to that whole situation for a while now. It's a hard problem though.

--
Greg Smith 2ndQuadrant Baltimore, MD
PostgreSQL Training, Services and Support
greg(at)2ndQuadrant(dot)com www.2ndQuadrant.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-01-30 23:32:58 Re: development setup and libdir
Previous Message Tim Bunce 2010-01-30 23:16:08 Package namespace and Safe init cleanup for plperl UPDATE 3 [PATCH]