Use strtoi64 instead of strtoll

Peter Eisentraut <peter@eisentraut.org>

Commit: ee31868a535d1fbe0ddbb698c9c947a2067c2b6f
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2026-05-27T15:12:27Z
Use strtoi64 instead of strtoll

This is mostly for notational consistency, since the result is stored
in a variable of type int64.

Files

PathChange+/−
contrib/pg_stash_advice/stashpersist.c modified +1 −1