1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00
Peter Eisentraut 357cfefb09 Use C library functions instead of Abs() for int64
Instead of Abs() for int64, use the C standard functions labs() or
llabs() as appropriate.  Define a small wrapper around them that
matches our definition of int64.  (labs() is C90, llabs() is C99.)

Reviewed-by: Zhang Mingli <zmlpostgres@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/4beb42b5-216b-bce8-d452-d924d5794c63%40enterprisedb.com
2022-10-10 09:01:17 +02:00
..
2011-04-25 22:27:11 +03:00
2022-10-07 13:29:33 +02:00
2022-10-07 13:29:33 +02:00
2022-10-07 13:29:33 +02:00
2022-10-07 13:29:33 +02:00
2022-10-07 13:29:33 +02:00
2021-11-06 17:00:43 +01:00