Re: Copy path in Dynamic programming

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: vamsi krishna <vamsikrishna1902(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Copy path in Dynamic programming
Date: 2010-07-22 19:03:27
Message-ID: AANLkTimEF6zdU6ptT1=m+881Ru7dAJC7yFXReNa1fyCq@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 22, 2010 at 12:38 PM, vamsi krishna
<vamsikrishna1902(at)gmail(dot)com> wrote:
> if lev=5 , and let's say there are two combinations setA = {1,2,3,4,5} and
> set B={6,7,8,9,10}.
>
> I want to reuse the plan of {1.2,3,4,5} for {6,7,8,9,10}.

I don't think that makes any sense.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Wanner 2010-07-22 19:09:49 Re: dynamically allocating chunks from shared memory
Previous Message Robert Haas 2010-07-22 18:51:13 Re: CommitFest 2010-07 week one progress report