Re: [PATCH] fix size sum table_parallelscan_estimate(src/backend/access/table/tableam.c) - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PATCH] fix size sum table_parallelscan_estimate(src/backend/access/table/tableam.c)
Date
Msg-id 20200623132250.GA811@alvherre.pgsql
Whole thread Raw
In response to [PATCH] fix size sum table_parallelscan_estimate (src/backend/access/table/tableam.c)  (Ranier Vilela <ranier.vf@gmail.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: Threading in BGWorkers (!)
Next
From: Patrik Novotny
Date:
Subject: Building postgresql with higher major version of separate libpq package