Re: contrib vs. gborg/pgfoundry for replication solutions
Fabien COELHO <fabien.coelho@ensmp.fr>
From: Fabien COELHO <fabien.coelho@ensmp.fr>
To: Jan Wieck <JanWieck@yahoo.com>
Cc: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2004-04-23T12:53:44Z
Lists: pgsql-hackers
> > The specific details aren't especially relevant to this thread, though. > > What is relevant is that we agree to a commitment that we will make > > it easy to build modules outside the current Postgres build environment, > > and that we will have an ongoing commitment to make sure that that keeps > > working. Maybe you try to mimic apache "apxs" script behavior? It allows to compile, install, configure new modules into apache. pg_config is not convincing at the time: shell> pg_config --includedir-server /usr/local/pg750a/include/postgresql/server shell> ls /usr/local/pg750a/include/postgresql/server ls: /usr/local/pg750a/include/postgresql/server: No such file or directory Too bad, server headers are not installed by default:-( -- Fabien.