pgsql: Use strtoi64 instead of strtoll

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use strtoi64 instead of strtoll
Date: 2026-05-27 15:17:06
Message-ID: E1wSG0I-001MM6-1q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use strtoi64 instead of strtoll

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee31868a535d1fbe0ddbb698c9c947a2067c2b6f

Modified Files
--------------
contrib/pg_stash_advice/stashpersist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-05-27 15:50:25 pgsql: Don't try to record dependency on a dropped column's datatype
Previous Message Daniel Gustafsson 2026-05-27 12:33:57 pgsql: Remove incorrect OpenSSL feature guards