Re: Compiling PG on linux

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Compiling PG on linux
Дата
Msg-id 20071206150549.GG8451@alvh.no-ip.org
обсуждение исходный текст
Ответ на Compiling PG on linux  (Manolo _ <mac_man2005@hotmail.it>)
Список 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?

Maybe you would want to change -O2 to -O0 in CFLAGS so that debugging is
easier (you will eventually need it).

> Where and how to apply the TRACE_SORT option?

Use pg_config_manual.h.

-- 
Alvaro Herrera                 http://www.amazon.com/gp/registry/DXLWNGRJD34J
"Si quieres ser creativo, aprende el arte de perder el tiempo"


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Compiling PG on linux
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Compiling PG on linux