Re: updated SORT/LIMIT patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: updated SORT/LIMIT patch
Date
Msg-id 200704270257.l3R2viN13648@momjian.us
Whole thread Raw
In response to updated SORT/LIMIT patch  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------


Gregory Stark wrote:
>
> 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, skipping... ]

>
>
> --
>   Gregory Stark
>   EnterpriseDB          http://www.enterprisedb.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] autovacuum does not start in HEAD
Next
From: Zoltan Boszormenyi
Date:
Subject: Re: New version of GENERATED/IDENTITY, was Re: parser dilemma