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

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] fix size sum table_parallelscan_estimate (src/backend/access/table/tableam.c)
Date: 2020-06-23 12:31:51
Message-ID: CAEudQAoMcUJEBRshe9WUjrGr=EQOk-13Ur5DgFo-vXXz1wM2Vw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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

regards,
Ranier Vilela

Attachment Content-Type Size
fix_table_parallelscan_estimate_size.patch application/octet-stream 693 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2020-06-23 12:52:01 Re: [PATCH] Initial progress reporting for COPY command
Previous Message Surafel Temesgen 2020-06-23 12:25:47 Re: Decomposing xml into table