Re: serializable transaction: exclude constraint violation (backed byGIST index) instead of ssi conflict

Поиск
Список
Период
Сортировка
От Peter Billen
Тема Re: serializable transaction: exclude constraint violation (backed byGIST index) instead of ssi conflict
Дата
Msg-id CAMTXbE8o6-K5CB2KTeTkDx_y25dO_rCTqnAJ7KHjYTMvkVAxUQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: serializable transaction: exclude constraint violation (backed byGIST index) instead of ssi conflict  (Peter Billen <peter.billen@gmail.com>)
Ответы Re: serializable transaction: exclude constraint violation (backed byGIST index) instead of ssi conflict  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
On Thu, Apr 11, 2019 at 6:12 PM Peter Billen <peter.billen@gmail.com> wrote:

I believe we are after multiple issues/improvements:

2. Fully support gist & constraints in serializable transactions. I did not yet test a unique constraint backed by a gist constraint, which is also interesting to test I assume. This test would tell us if there currently is a status quo between btree and gist indexes.

Regarding the remark in (2), I forgot that a unique constraint cannot be backed by a gist index, so forget the test I mentioned.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Reducing the runtime of the core regression tests
Следующее
От: Andres Freund
Дата:
Сообщение: Re: setLastTid() and currtid()