Re: Global temporary tables

Kirk Wolak <wolakk@gmail.com>

From: Kirk Wolak <wolakk@gmail.com>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: Pavel Stehule <pavel.stehule@gmail.com>, Andrew Dunstan <andrew@dunslane.net>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-26T03:51:53Z
Lists: pgsql-hackers
On Tue, Jun 23, 2026 at 7:35 PM Dean Rasheed <dean.a.rasheed@gmail.com>
wrote:

> On Tue, 23 Jun 2026 at 10:12, Dean Rasheed <dean.a.rasheed@gmail.com>
> wrote:
> >
> > v3 attached, attempting to fix another issue reported by the cfbot --
> > need to tolerate relation_open() on a global temporary relation, when
> > in parallel mode because pg_get_viewdef() does that.
>
> Ugh, that still wasn't quite right. Here's v4 with more fixes for
> parallel workers.
>
> Regards,
> Dean
>
+ 1 for the idea.  I will try to review this over the weekend.  We could
use this.

Commits

  1. doc: clarify MERGE PARTITIONS adjacency requirement