refactor heap_deform_tuple guts

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема refactor heap_deform_tuple guts
Дата
Msg-id 20130806223221.GC10718@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответы Re: refactor heap_deform_tuple guts  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

heap_deform_tuple and slot_deform_tuple contain duplicated code.  This
patch refactors them so that the guts are in a single place.

I have checked the resulting assembly code for heap_deform_tuple, and
with the "inline" declaration, the gcc version I have (4.7.2) generates
almost identical output both after the patch than before, thus there
shouldn't be any slowdown.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: Doc Patch: Subquery section to say that subqueries can't modify data
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: Re: Doc Patch: Subquery section to say that subqueries can't modify data