Re: refactoring - share str2*int64 functions

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: refactoring - share str2*int64 functions
Date: 2019-09-03 18:10:37
Message-ID: alpine.DEB.2.21.1909032007230.21690@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> This part has been committed, now let's move to the next parts of your
> patch.

Attached a rebased version which implements the int64/uint64 stuff. It is
basically the previous patch without the overflow inlined functions.

--
Fabien Coelho - CRI, MINES ParisTech

Attachment Content-Type Size
str2int-10.patch text/x-diff 21.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-03 18:33:05 Re: \describe*
Previous Message David Steele 2019-09-03 18:09:18 Re: SIGQUIT on archiver child processes maybe not such a hot idea?