Re: [Proposal] Global temporary tables - Mailing list pgsql-hackers

From wenjing zeng
Subject Re: [Proposal] Global temporary tables
Date
Msg-id EE3E0B4D-7684-4131-9BDE-DB9B59B2B95E@gmail.com
Whole thread Raw
In response to Re: [Proposal] Global temporary tables  (wenjing <wjzeng2012@gmail.com>)
Responses Re: [Proposal] Global temporary tables  (Andrew Bille <andrewbille@gmail.com>)
List 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@gmail.com> 写道:



Andrew Bille <andrewbille@gmail.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@gmail.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>



Attachment

pgsql-hackers by date:

Previous
From: Shinya Kato
Date:
Subject: Re: Emit a warning if the extension's GUC is set incorrectly
Next
From: Masahiko Sawada
Date:
Subject: Re: parallel vacuum comments