mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
This avoids an assumption about the signed number representation. It is anticipated to have no functional changes on supported configurations; many two's complement assumptions remain elsewhere. Per a suggestion from Andres Freund.