Re: Compiling PG on linux

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Compiling PG on linux
Дата
Msg-id 47580EDB.3070606@commandprompt.com
обсуждение исходный текст
Ответ на Compiling PG on linux  (Manolo _ <mac_man2005@hotmail.it>)
Ответы Re: Compiling PG on linux  (Andrew Dunstan <andrew@dunslane.net>)
Список 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





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Problem with ControlFileData structure being ABI dependent
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Compiling PG on linux