Re: New version of money type - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: New version of money type
Date
Msg-id 20060915160413.GL525@alvh.no-ip.org
Whole thread Raw
In response to Re: New version of money type  (Andrew - Supernews <andrew+nonews@supernews.com>)
List pgsql-hackers
Andrew - Supernews wrote:
> Numbers from an actual benchmark:
> 
> int4out(0)     - 0.42us/call
> numeric_out(0) - 0.32us/call
> 
> int4out(1000000000)     - 0.67us/call
> numeric_out(1000000000) - 0.42us/call

Is this really int4out, or is it int8out?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: polite request about syntax
Next
From: Tom Lane
Date:
Subject: Re: confusing comment in tqual.c