postgres: Use pg_{add,mul}_size_overflow()

Jacob Champion <jchampion@postgresql.org>

Commit: e2ceff13d83a85c634dc358b8291c7ae301e95e1
Author: Jacob Champion <jchampion@postgresql.org>
Date: 2025-11-24T17:59:54Z
postgres: Use pg_{add,mul}_size_overflow()

The backend implementations of add_size() and mul_size() can now make
use of the APIs provided in common/int.h.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/CAOYmi%2B%3D%2BpqUd2MUitvgW1pAJuXgG_TKCVc3_Ek7pe8z9nkf%2BAg%40mail.gmail.com

Files

PathChange+/−
src/backend/storage/ipc/shmem.c modified +3 −8

Discussion