Re: Compiling PG on linux

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Manolo _ <mac_man2005(at)hotmail(dot)it>
Cc: "Timothy J(dot) Kordas" <tkordas(at)greenplum(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Compiling PG on linux
Date: 2007-12-06 15:01:47
Message-ID: 47580EDB.3070606@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Manolo _ wrote:
> I'm trying to compile PG on Ubuntu in order to hack tuplesort.c code
> I just downloaded and unpacked the source code and red README and INSTALL files.
>
> I'm going to
>
> ./configure --enable-debug --enable-cassert --enable-depend
>
> then I would
>
> make
> make install
>
> Can I improve something adding some missing option/command to the above steps?
> Where and how to apply the TRACE_SORT option?
> Any other useful options?

You don't want --enable-cassert on a production machine it is a
performance hit.

Joshua D. Drake

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2007-12-06 15:05:49 Re: Compiling PG on linux
Previous Message Dave Page 2007-12-06 14:30:41 Re: Problem with ControlFileData structure being ABI dependent