Re: Using Expanded Objects other than Arrays from plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>
Cc: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Michel Pelletier <pelletier(dot)michel(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Using Expanded Objects other than Arrays from plpgsql
Date: 2025-01-31 01:53:41
Message-ID: 3682021.1738288421@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com> writes:
> I started looking at the patchset.
> Recently it got conflicts with changes to yyparse (473a575e05979b4db).
> Could you rebase it and also do naming changes proposed by Andrew
> Borodin, which I definitely agree with?

Hmm, it seemed to still apply for me. But anyway, I needed to make
the other changes, so here's v4.

regards, tom lane

Attachment Content-Type Size
v4-0001-Preliminary-refactoring.patch text/x-diff 9.9 KB
v4-0002-Detect-whether-plpgsql-assignment-targets-are-loc.patch text/x-diff 19.5 KB
v4-0003-Implement-new-optimization-rule-for-updates-of-ex.patch text/x-diff 26.8 KB
v4-0004-Allow-extension-functions-to-participate-in-in-pl.patch text/x-diff 17.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-01-31 01:55:36 Re: postgresql.conf.sample ordering for IO, worker related GUCs
Previous Message Andres Freund 2025-01-31 01:19:05 postgresql.conf.sample ordering for IO, worker related GUCs

Browse pgsql-general by date

  From Date Subject
Previous Message Rich Shepard 2025-01-30 23:35:04 Re: Using psql's \prompt command [RESOLVED]