Minor code improvement to estimate_path_cost_size in postgres_fdw - Mailing list pgsql-hackers

From Tatsuro Yamada
Subject Minor code improvement to estimate_path_cost_size in postgres_fdw
Date
Msg-id 96f2f554-1eeb-fe6f-e0db-650771886781@lab.ntt.co.jp
Whole thread Raw
Responses Re: Minor code improvement to estimate_path_cost_size in postgres_fdw
List 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

pgsql-hackers by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: [HACKERS] A design for amcheck heapam verification
Next
From: David Rowley
Date:
Subject: Re: [Sender Address Forgery]Re: [HACKERS] path toward fasterpartition pruning