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

From wenjing
Subject Re: [Proposal] Global temporary tables
Date
Msg-id CA+B_3V=Zs1MbOyFeiZN-ZLsOqBnvdK-2jRdsswO0nX-OVvmpfA@mail.gmail.com
Whole thread Raw
In response to Re: [Proposal] Global temporary tables  (Andrew Bille <andrewbille@gmail.com>)
Responses Re: [Proposal] Global temporary tables
List pgsql-hackers


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



 
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: update with no changes
Next
From: Tomas Vondra
Date:
Subject: sequence cache is kept forever