Re: SSI patch version 8

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: SSI patch version 8
Дата
Msg-id 4D2C1A8B02000025000392C2@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: SSI patch version 8  (Anssi Kääriäinen <anssi.kaariainen@thl.fi>)
Ответы Re: SSI patch version 8  (Anssi Kääriäinen <anssi.kaariainen@thl.fi>)
Список pgsql-hackers
Anssi Kääriäinen<anssi.kaariainen@thl.fi> wrote:
> I think I found a problem. This is using SSI v8.
Thanks much for testing.  You're managing to exercise some code
paths I didn't think to test, which is great!  I guess this is the
up side of having posted yesterday.  :-)
> So, something seems to be broken when using partial indexes.
Yes there is.  The predicate locks against the heap tuples should
have prevented that, but obviously we're missing a call to
PredicateLockTuple from the code path for the partial index which is
present on the code path for complete indexes.  I'll go looking for
the spot to add that line of code.
-Kevin


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSI patch version 8
Следующее
От: Jan Urbański
Дата:
Сообщение: Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)