"scott.marlowe" <scott(dot)marlowe(at)ihs(dot)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