Re: [Proposal] Global temporary tables

Поиск
Список
Период
Сортировка
От wenjing
Тема Re: [Proposal] Global temporary tables
Дата
Msg-id CA+B_3VkWyB4O-5ENB5e6QeTBsNMmUCb0u5UqRFx+ZYaFRpos_g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [Proposal] Global temporary tables  (Ming Li <mli@apache.org>)
Список pgsql-hackers



2021年7月14日 10:56,Ming Li <mli@apache.org> 写道:

Hi Wenjing,

Some suggestions may help:

1) It seems that no test case covers the below scenario: 2 sessions attach the same gtt, and insert/update/select concurrently. It is better to use the test framework in src/test/isolation like the code changes in https://commitfest.postgresql.org/24/2233/.

I rewrote the case under regress to make it easier to read.
and I used the Isolation module to add some concurrent cases and fix some bugs.

Please check code(v52) and give me feedback.


Wenjing

2) CREATE GLOBAL TEMP SEQUENCE also need to be supported in src/bin/psql/tab-complete.c


On Wed, Jul 14, 2021 at 10:36 AM wenjing <wjzeng2012@gmail.com> wrote:
Rebase code based on the latest version.

Regards,
wenjing


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

Предыдущее
От: Amul Sul
Дата:
Сообщение: Re: [Patch] ALTER SYSTEM READ ONLY
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Added schema level support for publication.