Re: [Proposal] Global temporary tables

From: wenjing <wjzeng2012(at)gmail(dot)com>
To: Andrew Bille <andrewbille(at)gmail(dot)com>
Cc: wenjing <wenjing(at)gmail(dot)com>, 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-19 17:31:09
Message-ID: CA+B_3V=Zs1MbOyFeiZN-ZLsOqBnvdK-2jRdsswO0nX-OVvmpfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Bille <andrewbille(at)gmail(dot)com> 于2021年11月15日周一 下午6:34写道:

> 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
>
Thank you for pointing out that this part is not reasonable enough.
This issue has been fixed in v62.
Looking forward to your reply.

Wenjing

> 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
>>
>>

Attachment Content-Type Size
0001-gtt-v62-reademe.patch application/octet-stream 7.5 KB
0004-gtt-v62-regress.patch application/octet-stream 82.9 KB
0002-gtt-v62-doc.patch application/octet-stream 7.5 KB
0003-gtt-v62-implementation.patch application/octet-stream 172.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2021-11-19 17:33:14 sequence cache is kept forever
Previous Message Tom Lane 2021-11-19 17:22:29 Re: update with no changes