Re: qsort (was Re: Solaris) (fwd) - Mailing list pgsql-general

From Tom Lane
Subject Re: qsort (was Re: Solaris) (fwd)
Date
Msg-id 17367.1051655240@sss.pgh.pa.us
Whole thread Raw
In response to Re: qsort (was Re: Solaris) (fwd)  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-general
"scott.marlowe" <scott.marlowe@ihs.com> writes:
> I always thought the best place to test is with a copy of your real
> data...  I'd certainly be willing to flip a ./configure switch or GUC to
> test it myself.  I'm sure others would too.  But it's probably easy enough
> to just hack the configure script myself.

Just edit src/Makefile.global after running configure, and add "qsort.o"
to the "LIBOBJS =" line.  Then build as usual.

            regards, tom lane


pgsql-general by date:

Previous
From: Mark Tessier
Date:
Subject: Re: Bad timestamp external representation
Next
From: Tom Lane
Date:
Subject: Re: dump/restore to 7.4devel giving "[archiver (db)] error returned by PQputline"