Re: [Proposal] Global temporary tables

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

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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Introduce pg_receivewal gzip compression tests
Следующее
От: Justin Pryzby
Дата:
Сообщение: [PATCH] psql: \dn+ to show size of each schema..