postgresql/src/bin/pg_walsummary
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions.
Commit 6b80394781 introduced integer comparison functions designed
to be as efficient as possible while avoiding overflow.  This
commit makes use of these functions in many of the in-tree qsort()
comparators to help ensure transitivity.  Many of these comparator
functions should also see a small performance boost.

Author: Mats Kindahl
Reviewed-by: Andres Freund, Fabrízio de Royes Mello
Discussion: https://postgr.es/m/CA%2B14426g2Wa9QuUpmakwPxXFWG_1FaY0AsApkvcTBy-YfS6uaw%40mail.gmail.com
2024-02-16 14:05:36 -06:00
..
po Add empty placeholder LINGUAS file for pg_walsummary 2024-01-12 23:20:03 +01:00
t Continue my quest to make 002_blocks.pl pass reliably. 2024-02-01 11:52:26 -05:00
.gitignore Fix pg_walsummary's .gitignore 2024-01-12 13:40:58 +09:00
Makefile Clean pg_walsummary's tmp_check directory. 2024-01-31 11:50:49 -05:00
meson.build Update pg_walsummary copyright notices to 2024 2024-01-31 16:46:04 +01:00
nls.mk Add new pg_walsummary tool. 2024-01-11 12:48:27 -05:00
pg_walsummary.c Use new overflow-safe integer comparison functions. 2024-02-16 14:05:36 -06:00