Re: [HACKERS] psort fixed
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: PostgreSQL-development <hackers@postgresql.org>
Date: 1998-02-02T01:43:02Z
Lists: pgsql-hackers
> I have fixed the regression test problem. The original psort() NULL
> handling patch is attached. It made the while() into a for() which is
> good, but he did not remove the increment at the bottom or the for(), so
> nkey was being incremented twice in the loop. Fixed it, and now
> regression looks good to me.
We be stylin' now... Nice.
- Tom