Re: [Proposal] Global temporary tables

Поиск
Список
Период
Сортировка
От Andrew Bille
Тема Re: [Proposal] Global temporary tables
Дата
Msg-id CAJnzarwPoS4EELAdQMUiOkCJmdWgPe32aZk+h0-yn2uO3WkRcQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [Proposal] Global temporary tables  (wenjing <wjzeng2012@gmail.com>)
Ответы Re: [Proposal] Global temporary tables  (wenjing <wjzeng2012@gmail.com>)
Список pgsql-hackers
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
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

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: WIP: WAL prefetch (another approach)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: WIP: System Versioned Temporal Table