Re: enhanced error fields

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: enhanced error fields
Дата
Msg-id CAEYLb_Ukbkw01AUyn3LfJ0nUkDpMe7i+nzVPJ1KT9xWGKyPfKg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: enhanced error fields  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: enhanced error fields
Список pgsql-hackers
On 24 October 2012 23:29, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
>>
>> Let me know if you think that that's a good idea.
>
> I guess you didn't get around to it.

I did get some work on this done, which does change things somewhat.
In particular, I think that the need to have so many new fields is
questionable, and so have removed some. I will get around to this, and
will incorporate those ideas.

The errrel() calls with index relations are not sane, but that's just
an oversight. The next revision will actually do this:

+     Assert(table->rd_rel->relkind == RELKIND_RELATION);

-- 
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: enhanced error fields
Следующее
От: Noah Misch
Дата:
Сообщение: Re: [WIP] Performance Improvement by reducing WAL for Update Operation