Re: WIP: Make timestamptz_out less slow.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: WIP: Make timestamptz_out less slow.
Date: 2015-07-27 21:47:00
Message-ID: 17374.1438033620@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> On 2015-07-27 17:31:41 -0400, Tom Lane wrote:
>> What happens if you force use of port/snprintf.c instead of glibc's
>> version?

> Even worse. 15900.014 ms.

Interesting. So as a separate optimization problem, we might consider
"try to put snprintf.c at least on a par with glibc". I'm kind of
surprised by this result really, since snprintf.c lacks a lot of the
bells and whistles that are in glibc.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2015-07-27 21:49:30 Re: Autonomous Transaction is back
Previous Message Joel Jacobson 2015-07-27 21:41:35 Re: Autonomous Transaction is back