We sometimes see TupleDescInitEntry () taking high CPU times via OProfile. This 
does include, amongst a lot of other code, a call to namestrcpy () which in 
turn calls StrNCpy (). Perhaps this is not a good candidate right now as a name 
string is only 64 bytes.
 
David

________________________________

From: [EMAIL PROTECTED] on behalf of Tom Lane
Sent: Wed 9/27/2006 6:49 AM
To: Andrew Dunstan
Cc: josh@agliodbs.com; pgsql-hackers@postgresql.org; Neil Conway; Martijn van 
Oosterhout
Subject: Re: [HACKERS] Faster StrNCpy 



Andrew Dunstan <[EMAIL PROTECTED]> writes:
> Tom Lane wrote:
>> What I'd like to do immediately is put in strlcpy() and hit the two or
>> three places I think are performance-relevant.

> What are the other hotspots?

The ones I can think of offhand are set_ps_display and use of strncpy as
a HashCopyFunc.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings



---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to