mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-26 08:17:01 +08:00
Not all compilers support "long long" and the "LL" integer literal suffix, so use a cast to int64 instead.
Not all compilers support "long long" and the "LL" integer literal suffix, so use a cast to int64 instead.