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

From Ranier Vilela
Subject [PATCH] fix size sum table_parallelscan_estimate (src/backend/access/table/tableam.c)
Date
Msg-id CAEudQAoMcUJEBRshe9WUjrGr=EQOk-13Ur5DgFo-vXXz1wM2Vw@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] fix size sum table_parallelscan_estimate(src/backend/access/table/tableam.c)  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List 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

pgsql-hackers by date:

Previous
From: Surafel Temesgen
Date:
Subject: Re: Decomposing xml into table
Next
From: Bharath Rupireddy
Date:
Subject: Re: [PATCH] Initial progress reporting for COPY command