Re: Using Expanded Objects other than Arrays from plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michel Pelletier <pelletier(dot)michel(at)gmail(dot)com>
Cc: 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-15 18:09:03
Message-ID: 1417389.1736964543@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

I noticed that v2 of this patch series failed to apply after
7b27f5fd3, so here's v3. No non-trivial changes.

regards, tom lane

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tim Gerber 2025-01-15 18:50:58 Data Out of Sync with Physical Streaming Replication
Previous Message Enrico Schenone 2025-01-15 17:10:41 Re: Intermittent errors when fetching cursor rows on PostgreSQL 16

Browse pgsql-hackers by date

  From Date Subject
Next Message Bernd Helmle 2025-01-15 18:24:21 Re: [PATCH] Add sortsupport for range types and btree_gist
Previous Message Masahiko Sawada 2025-01-15 17:55:51 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart