Re: WIP patch for parameterized inner paths

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP patch for parameterized inner paths
Date: 2012-01-26 17:01:04
Message-ID: CA+TgmobK2Xchrt7=jphPe46DVbQkgoohDawmZDu+S_ARkLkd8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jan 26, 2012 at 11:54 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> AFAICS, such queries aren't going to benefit from this optimization,
> so ideally we'd like them to not have to pay little or nothing for it.

There are a few too many negations in that sentence.

Let me try again:

AFAICS, such queries aren't going to benefit from this optimization,
so ideally we'd like them to pay little or nothing for it.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vik Reykja 2012-01-26 17:02:09 Re: Different error messages executing CREATE TABLE or ALTER TABLE to create a column "xmin"
Previous Message Robert Haas 2012-01-26 16:59:12 Re: Simulating Clog Contention