refactor heap_deform_tuple guts - Mailing list pgsql-hackers

From Alvaro Herrera
Subject refactor heap_deform_tuple guts
Date
Msg-id 20130806223221.GC10718@eldon.alvh.no-ip.org
Whole thread Raw
Responses Re: refactor heap_deform_tuple guts  (Robert Haas <robertmhaas@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: David Johnston
Date:
Subject: Re: Doc Patch: Subquery section to say that subqueries can't modify data
Next
From: "Karl O. Pinc"
Date:
Subject: Re: Re: Doc Patch: Subquery section to say that subqueries can't modify data