Re: read-only planner input

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: read-only planner input
Date: 2005-03-18 05:39:22
Message-ID: d1dpr3$eql$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Neil Conway" <neilc(at)samurai(dot)com>
> I've been taking a look at how to stop the planner from scribbling on
> its input. This is my first modification of any significance to the
> planner, so don't hesitate to tell me what I've gotten wrong :)
>

So is this change the preparation work of caching query plans? Like cleaning
the plans so they could be well shared?

Regards,
Qingqing

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-03-18 06:00:03 Re: read-only planner input
Previous Message Neil Conway 2005-03-18 05:38:35 Re: read-only planner input