Обсуждение: pgsql: postgres: Use pg_{add,mul}_size_overflow()

Поиск
Список
Период
Сортировка

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

От
Jacob Champion
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2ceff13d83a85c634dc358b8291c7ae301e95e1

Modified Files
--------------
src/backend/storage/ipc/shmem.c | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)