Hi, On Thu, Nov 20, 2025 at 8:57 AM Heikki Linnakangas <[email protected]> wrote:
> Here's a small patch to replace the int64 parsing code in pgbench with a > call to strtoi64(). Makes it a little simpler. > > +1 on this simplification – it definitely makes the code cleaner. One small note: the updated code doesn’t handle trailing spaces in the input string. Should we consider this a concern?
