Re: A modest proposal: make parser/rewriter/planner inputs read-only - Mailing list pgsql-hackers

From Andrei Lepikhov
Subject Re: A modest proposal: make parser/rewriter/planner inputs read-only
Date
Msg-id b0d4ad4a-31b5-433f-8d1a-7ff520bec62e@gmail.com
Whole thread Raw
In response to Re: A modest proposal: make parser/rewriter/planner inputs read-only  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 4/16/25 18:22, Tom Lane wrote:
> Maybe we would like to have some enforced contract about what
> subquery_planner can and can't touch in the outer planner level's
> data, but I'm not feeling a great need for that right now.
I wouldn't say I'm entirely convinced that side effects are absent, but 
multiple copies of the same query tree look messy now. It makes sense to 
try this way and see what happens.

-- 
regards, Andrei Lepikhov



pgsql-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: recoveryCheck test failure on flaviventris
Next
From: Renan Alves Fonseca
Date:
Subject: Prototype: Implement dead tuples xid histograms