updated SORT/LIMIT patch

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: updated SORT/LIMIT patch
Date: 2007-04-26 02:25:46
Message-ID: 87ejm7an2t.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Updated patch against cvs update in case it makes applying easier.

One minor change:

. Added #include <limits.h> in tuplesort.h to pull in UINT_MAX
(thanks to dpage for noticing this is necessary on OSX)

Attachment Content-Type Size
sort-limit-v8.patch.gz application/octet-stream 10.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Zeugswetter Andreas ADI SD 2007-04-26 10:42:41 Re: too much WAL volume
Previous Message Gregory Stark 2007-04-26 02:21:06 Re: LIMIT/SORT optimization