Re: [HACKERS] Compiling PG on linux

2007-12-06 Thread Andrew Dunstan
Joshua D. Drake wrote: Manolo _ wrote: ./configure --enable-debug --enable-cassert --enable-depend You don't want --enable-cassert on a production machine it is a performance hit. He's clearly not setting up for production, but for development, where cassert is quite appropriate.

Re: [HACKERS] Compiling PG on linux

2007-12-06 Thread Alvaro Herrera
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 insta

Re: [HACKERS] Compiling PG on linux

2007-12-06 Thread Joshua D. Drake
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 somethin

[HACKERS] Compiling PG on linux

2007-12-06 Thread Manolo _
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 mis