Re: [Proposal] Global temporary tables

From: Andrew Bille <andrewbille(at)gmail(dot)com>
To: wenjing <wenjing(at)gmail(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Tony Zhu <Tony(dot)zhu(at)ww-it(dot)cn>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Proposal] Global temporary tables
Date: 2021-11-15 10:33:45
Message-ID: CAJnzarwPoS4EELAdQMUiOkCJmdWgPe32aZk+h0-yn2uO3WkRcQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for the patches. The feature has become much more stable.
However, there is another simple case that generates an error:
Master with v61 patches

CREATE GLOBAL TEMPORARY TABLE t AS SELECT 1 AS a;
ERROR: could not open file "base/13560/t3_16384": No such file or directory
Andrew

On Thu, Nov 11, 2021 at 3:15 PM wenjing <wjzeng2012(at)gmail(dot)com> wrote:

> Fixed a bug in function pg_gtt_attached_pid.
> Looking forward to your reply.
>
>
> Wenjing
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2021-11-15 10:50:00 Re: WIP: System Versioned Temporal Table
Previous Message Daniel Gustafsson 2021-11-15 10:31:42 Re: WIP: WAL prefetch (another approach)