[Bizgres-general] custom compilation options - How ?

Luke Lonergan llonergan at greenplum.com
Fri Jul 7 18:31:06 UTC 2006


Milen,

On 7/7/06 7:42 AM, "Milen Kulev" <makulev at gmx.net> wrote:

> 
Hi bizgres guys,
recently I have installed bizgred to test  bitmap indeexed
> and sort performance improvements.
I am pretty pelased to see that index
> creation times were excellent (for CVS version ).
Congrats, excellent
> work!!!

Yup - cheers to Jie!

> I have another quesions:
1) Is it possible to change some compilation
> paarmeters of bizgres ?
If I go to "postgres/src" directory (after runing ant
> ) can I run ./configure one again 
but with different oprions?

You can do that.

> Another  
> variant of the same question is: Is there any way to specify 
parameter from
> the command line when running ant? How this parameters are 
propagated to
> "configure" tool in "postgres" directory.

I have installed Bizgres on a
> machine without readline support and 
had to use "hack" (modifying build.xml
> file in "postgres" directory) 
to be able to build bizgres and tools
> succesfully.
Is there any "offical" way to do this?

There is a "COPTX" command line option that you can pass on the ant command
line to change the compiler optimization flags, but the "configure" options
are not change-able from ant.  I think your best bet is to do what it sounds
like you've already done, modify the postgres/build.xml file to change the
configure options.
 
> 2) Can I compile/install
> additional languages ?

Absolutely.  The process is the same for those that are bundled - edit
postgres/build.xml and recompile.

> Many thanks in advance

You bet - happy to help, your input is valuable.

BTW - your benchmark data could be helpful to others, I wonder how we can
post it.  You could use the bizgres forum at www.bizgres.org I suppose.

- Luke




More information about the Bizgres-general mailing list