Minor comment update in setrefs.c

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Minor comment update in setrefs.c
Date: 2015-12-08 11:16:24
Message-ID: 5666BC08.6060800@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached is a small patch to adjust a comment in setrefs.c; in
set_foreignscan_references, fdw_recheck_quals also gets adjusted to
reference foreign scan tuple, in case of a foreign join, so I added
"etc.", to a comment there, as the comment in case of a simple foreign
table scan.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
setrefs-comment.patch application/x-patch 737 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2015-12-08 11:40:59 Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs)
Previous Message Etsuro Fujita 2015-12-08 10:49:03 Re: Foreign join pushdown vs EvalPlanQual