pgsql: Use add_size/mul_size for index instrumentation size calculation - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Use add_size/mul_size for index instrumentation size calculation
Date
Msg-id E1wA4Fo-003NnO-1J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use add_size/mul_size for index instrumentation size calculations

Use overflow-safe size arithmetic in the Index[Only]Scan and parallel
instrumentation functions, consistent with other executor nodes (Hash,
Sort, Agg, Memoize). This was an oversight in dd78e69cfc3.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Tomas Vondra <tomas@vondra.me>
Reviewed-by: Lukas Fittl <lukas@fittl.com>
Discussion: https://postgr.es/m/flat/a177a6dd-240b-455a-8f25-aca0b1c08c6e%40vondra.me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/884f9b3c762f987ed6073303b597c110a4102fb7

Modified Files
--------------
src/backend/executor/nodeIndexonlyscan.c | 8 ++++----
src/backend/executor/nodeIndexscan.c     | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Allow logical replication snapshots to be database-specific
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Optimize sorting and deduplicating trigrams