Re: ask for review of MERGE

Поиск
Список
Период
Сортировка
От Boxuan Zhai
Тема Re: ask for review of MERGE
Дата
Msg-id AANLkTikssVJWqDQMJfhRo1FhEyfeNdwyCKVSMAuyS1Hc@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ask for review of MERGE  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-hackers

This did seem to find a bug in the implementation after running for a while:

TRAP: FailedAssertion("!(epqstate->origslot != ((void *)0))", File: "execMain.c", Line: 1732)

Line number there is relative to what you can see at http://github.com/greg2ndQuadrant/postgres/blob/merge/src/backend/executor/execMain.c
and that's a null pointer check at the beginning of EvalPlanQualFetchRowMarks.  Haven't explored why this happened or how repeatable this is, but since Boxuan was looking for some bugs to chase I wanted to deliver him one to chew on.


I am not sure how this bug comes. I will try to find out the reason for it. 

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: xlog.c: WALInsertLock vs. WALWriteLock
Следующее
От: Jan Urbański
Дата:
Сообщение: Re: Bug in plpython's Python Generators