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

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] fix size sum table_parallelscan_estimate (src/backend/access/table/tableam.c)
Date: 2020-06-23 13:22:50
Message-ID: 20200623132250.GA811@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrik Novotny 2020-06-23 13:24:59 Building postgresql with higher major version of separate libpq package
Previous Message Chapman Flack 2020-06-23 13:19:36 Re: Threading in BGWorkers (!)