Re: [Proposal] Global temporary tables

Поиск
Список
Период
Сортировка
От wenjing zeng
Тема Re: [Proposal] Global temporary tables
Дата
Msg-id EE3E0B4D-7684-4131-9BDE-DB9B59B2B95E@gmail.com
обсуждение исходный текст
Ответ на Re: [Proposal] Global temporary tables  (wenjing <wjzeng2012@gmail.com>)
Ответы Re: [Proposal] Global temporary tables  (Andrew Bille <andrewbille@gmail.com>)
Список 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>



Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Shinya Kato
Дата:
Сообщение: Re: Emit a warning if the extension's GUC is set incorrectly
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: parallel vacuum comments