Re: [PATCH] Enable min/max optimization for bool_and/bool_or/every

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Enable min/max optimization for bool_and/bool_or/every
Date: 2011-12-22 16:52:48
Message-ID: CABRT9RCqCVb9uenzmyxymSEeRH=OpF+BUiXdN7VK0198HZMZkg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 22, 2011 at 18:41, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Mon, Dec 19, 2011 at 5:16 AM, Marti Raudsepp <marti(at)juffo(dot)org> wrote:
>> PS: It seems that the min/max optimization isn't documented in the
>> manual (apart from release notes), so I didn't include any doc changes
>> in this patch.
>
> I don't see a patch attached to this email, so either you forgot to
> attach it, or the list ate it somehow.

I forgot to attach it, sorry. Here it is.

Regards,
Marti

Attachment Content-Type Size
bool-minmax-optimization.patch text/x-patch 3.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-12-22 16:56:56 Re: archive_keepalive_command
Previous Message Robert Haas 2011-12-22 16:49:26 Re: patch: bytea_agg