Re: [Proposal] Global temporary tables

From: wenjing zeng <wjzeng2012(at)gmail(dot)com>
To: Andrew Bille <andrewbille(at)gmail(dot)com>
Cc: Andrew Bille <andrewbille(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>, wenjing <wenjing(at)gmail(dot)com>
Subject: Re: [Proposal] Global temporary tables
Date: 2021-12-20 12:42:21
Message-ID: EE3E0B4D-7684-4131-9BDE-DB9B59B2B95E@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Post GTT v63 to fixed conflicts with the latest code.

Hi Andrew

Have you found any new bugs recently?

Wenjing

> 2021年11月20日 01:31,wenjing <wjzeng2012(at)gmail(dot)com> 写道:
>
>
>
> Andrew Bille <andrewbille(at)gmail(dot)com <mailto: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 <mailto:wjzeng2012(at)gmail(dot)com>> wrote:
> Fixed a bug in function pg_gtt_attached_pid.
> Looking forward to your reply.
>
>
> Wenjing
>
>
>
>
> <0001-gtt-v62-reademe.patch><0004-gtt-v62-regress.patch><0002-gtt-v62-doc.patch><0003-gtt-v62-implementation.patch>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-12-20 12:59:15 Re: parallel vacuum comments
Previous Message Shinya Kato 2021-12-20 12:05:23 Re: Emit a warning if the extension's GUC is set incorrectly