inlining fastgetattr() - Mailing list pgsql-hackers

From Bruce Momjian
Subject inlining fastgetattr()
Date
Msg-id 199801300559.AAA09754@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
I am working on a patch to inline fastgetattr(), fastgetiattr(), and
getsysattr() calls.  This will allow full inline access to the raw tuple
data without any function call overhead, which some one showed can read
1 million calls in very trivial queries.

My previous inlining attempts inlined most of this, but these functions
where the last part.  I will have a patch tomorrow.  I have also gotten
a much cleaner format for the macros.

--
Bruce Momjian
maillist@candle.pha.pa.us

pgsql-hackers by date:

Previous
From: Marc Howard Zuckman
Date:
Subject: Re: [HACKERS] postmaster crash and .s.pgsql file
Next
From: Bruce Momjian
Date:
Subject: inlining