Thread: [PATCH] fix size sum table_parallelscan_estimate (src/backend/access/table/tableam.c)

Hi,

Fix typo on sum size table_parallelscan_estimate.
If IsMVCCSnapshot(snapshot is true, add_size return is being lost.

regards,
Ranier Vilela
Attachment
On 2020-Jun-23, Ranier Vilela wrote:

> Hi,
> 
> Fix typo on sum size table_parallelscan_estimate.
> If IsMVCCSnapshot(snapshot is true, add_size return is being lost.

add_size() already adds, no? You don't need to add again.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services