Re: Change atoi to strtol in same place

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Joe Nelson <joe(at)begriffs(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Surafel Temesgen <surafel3000(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Change atoi to strtol in same place
Date: 2019-09-28 06:06:05
Message-ID: 20190928060605.GB3684@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 27, 2019 at 09:35:53PM -0500, Joe Nelson wrote:
> Note that it requires functions from str2int-10.patch, and will not
> compile when applied to master by itself. I didn't want to duplicate
> functionality from that other uncommitted patch in mine.

If we have a dependency between both threads, perhaps more people
could comment there? Here is the most relevant update:
https://www.postgresql.org/message-id/20190917022913.GB1660@paquier.xyz
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2019-09-28 06:11:14 Re: pgbench - allow to create partitioned tables
Previous Message Soumyadeep Chakraborty 2019-09-28 06:01:05 Re: Don't codegen deform code for virtual tuples in expr eval for scan fetch