Re: heap_modifytuple

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: heap_modifytuple
Дата
Msg-id 1106868268.3226.76.camel@localhost.localdomain
обсуждение исходный текст
Ответ на heap_modifytuple  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-patches
On Wed, 2004-09-08 at 16:31 -0400, Alvaro Herrera wrote:
> Here is a simple patch that changes heap_modifytuple to require a
> TupleDesc instead of a Relation (driven off a comment in the same
> function).

Patch applied to HEAD. I went to the trouble of checking the call sites
of heap_modifytuple() and using the TupleDesc of the relation if we have
already fetched it, rather than calling RelationGetDescr() again.

Thanks for the patch.

-Neil



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Shared dependency patch
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Move get_grosysid() to utils/cache/lsyscache.c