mirror of
https://github.com/postgres/postgres.git
synced 2025-12-09 02:08:45 +03:00
If we do some byte-swapping while abbreviating, we can do comparisons using integer arithmetic rather than memcmp. Peter Geoghegan, reviewed and slightly revised by me.