]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use strtoi64 instead of strtoll
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 27 May 2026 15:12:27 +0000 (17:12 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 27 May 2026 15:12:27 +0000 (17:12 +0200)
commitee31868a535d1fbe0ddbb698c9c947a2067c2b6f
treecf94c706270ffbefe8113ea5df2c9e4d928ff709
parentc71b94f03304954e4352f96595254622b64f851c
Use strtoi64 instead of strtoll

This is mostly for notational consistency, since the result is stored
in a variable of type int64.
contrib/pg_stash_advice/stashpersist.c