]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(c): fix building on 32 bit with libpq 18
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 May 2025 16:27:50 +0000 (18:27 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 May 2025 19:59:23 +0000 (21:59 +0200)
commitca16feb5fed50b9a29b22269f37fe8fcba594b8a
treedae5176267d2f1decc33d1e930813d80624c1384
parent72121527d7695df4a5f0decb5ad9dd7aceefeff8
fix(c): fix building on 32 bit with libpq 18

The previous code was protected by a HAVE_LONG_INT_64 macro.
psycopg_c/psycopg_c/types/numutils.c