Minor code improvement to estimate_path_cost_size in postgres_fdw

From: Tatsuro Yamada <yamada(dot)tatsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Minor code improvement to estimate_path_cost_size in postgres_fdw
Date: 2018-01-11 10:14:33
Message-ID: 96f2f554-1eeb-fe6f-e0db-650771886781@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The declaration of estimate_path_cost_size uses baserel, but
the actual definition uses foreignrel. It would be better to sync.

Please find attached a patch.

Tatsuro Yamada
NTT Open Source Software Center

Attachment Content-Type Size
fix_declaration_of_estimate_path_cost_size.patch text/x-patch 507 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2018-01-11 10:23:30 Re: [Sender Address Forgery]Re: [HACKERS] path toward faster partition pruning
Previous Message Andrey Borodin 2018-01-11 10:14:06 Re: [HACKERS] A design for amcheck heapam verification