Re: Efficient output for integer types - Mailing list pgsql-hackers

From David Fetter
Subject Re: Efficient output for integer types
Date
Msg-id 20190917070156.GU31596@fetter.org
Whole thread Raw
In response to Re: Efficient output for integer types  (David Fetter <david@fetter.org>)
Responses Re: Efficient output for integer types
List pgsql-hackers
On Tue, Sep 17, 2019 at 08:55:05AM +0200, David Fetter wrote:
> On Sun, Sep 15, 2019 at 09:18:49AM +0200, David Fetter wrote:
> > Folks,
> > 
> > Please find attached a couple of patches intended to $subject.
> > 
> > This patch set cut the time to copy ten million rows of randomly sized
> > int8s (10 of them) by about a third, so at least for that case, it's
> > pretty decent.
> 
> Added int4 output, removed the sprintf stuff, as it didn't seem to
> help in any cases I was testing.

Found a couple of "whiles" that should have been "ifs."

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Attachment

pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Efficient output for integer types
Next
From: Michael Paquier
Date:
Subject: Re: Add "password_protocol" connection parameter to libpq