Re: compiling source code!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

From: Reini Urban <rurban(at)x-ray(dot)at>
To: sibel karaasma <karaasma83(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: compiling source code!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Date: 2006-05-24 21:20:30
Message-ID: 4474CE1E.20601@x-ray.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

sibel karaasma schrieb:
> Hi I'm a new postgresql user. I wrote ACO (ant colony optimazition) and
> want to replace it with GEQO in postres/src/backend/optimizer but I
> don't know how
> to compile and run the source code :(
>
> I installed postgresql-8.1.3 and cygwin but I can not use them to
> compile the source code. I want to compare GEQO and ACO optimizers
> performance using a small database
>
> Can you help me???????

download the src package via cygwin.com/setup.exe
and check out the buildscript to see the used configure parameters and
get all the dependencies right.

--
Reini

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-05-24 21:20:43 Re: Compression and on-disk sorting
Previous Message Massimiliano Poletto 2006-05-24 21:12:16 Re: problem with PQsendQuery/PQgetResult and COPY FROM statement