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.
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
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
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