Re: Global temporary tables - Mailing list pgsql-hackers

From Kirk Wolak
Subject Re: Global temporary tables
Date
Msg-id CACLU5mTSDkxr7R9MpXqO8Fi-TL-V+JO_f4vQFMU92OhhDYTtww@mail.gmail.com
Whole thread
In response to Re: Global temporary tables  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Responses Re: Global temporary tables
List 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.


 

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication
Next
From: Bertrand Drouvot
Date:
Subject: Re: In core use of RegisterXactCallback() and RegisterSubXactCallback()