From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Sergey Shinderuk <s(dot)shinderuk(at)postgrespro(dot)ru>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, dean(dot)a(dot)rasheed(at)gmail(dot)com, er(at)xs4all(dot)nl, joel(at)compiler(dot)org, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Schema variables - new implementation for Postgres 15 |
Date: | 2024-05-21 21:14:43 |
Message-ID: | CAFj8pRBmVSGSeYogGnMgvsasT0LSxav5wPyMKFP6insTghoe+Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi
po 20. 5. 2024 v 9:11 odesílatel Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
napsal:
>
>
> so 18. 5. 2024 v 18:31 odesílatel Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
> napsal:
>
>> On 2024-Jan-30, Dmitry Dolgov wrote:
>>
>> > Yep, in this constellation the implementation holds much better (in
>> > terms of memory) in my create/let/drop testing.
>> >
>> > I've marked the CF item as ready for committer, but a note for anyone
>> > who would like to pick up it from here -- we're talking about first 5
>> > patches here, up to the memory cleaning after DROP VARIABLE. It doesn't
>> > mean the rest is somehow not worth it, but I believe it's a good first
>> > step.
>>
>> Hmm, I think patch 16 is essential, because the point of variable
>> shadowing
>> is a critical aspect of how the whole thing works. So I would say that
>> a first step would be those first five patches plus 16.
>>
>
> I'll move patch 16 to 6 position
>
reorderd set of patches - I moved forward plpgsql-tests.patch and
GUC-session_variables_ambiguity_warning.patch
0006-plpgsql-tests.patch
0007-GUC-session_variables_ambiguity_warning.patch
no other changes
Regards
Pavel
>
> Regards
>
> Pavel
>
>>
>> I want to note that when we discussed this patch series at the dev
>> meeting in FOSDEM, a sort-of conclusion was reached that we didn't want
>> schema variables at all because of the fact that creating a variable
>> would potentially change the meaning of queries by shadowing table
>> columns. But this turns out to be incorrect: it's _variables_ that are
>> shadowed by table columns, not the other way around.
>>
>> --
>> Álvaro Herrera PostgreSQL Developer —
>> https://www.EnterpriseDB.com/
>> "No hay ausente sin culpa ni presente sin disculpa" (Prov. francés)
>>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tristan Partin | 2024-05-21 22:09:54 | Re: zlib detection in Meson on Windows broken? |
Previous Message | David Rowley | 2024-05-21 20:37:23 | Re: Path to unreverting "Allow planner to use Merge Append to efficiently implement UNION" |