Typo in a comment in set_foreignscan_references

Started by Amit Langoteover 10 years ago2 messages
#1Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
1 attachment(s)

Attached fixes a minor typo:

s/custom/foreign/g

Thanks,
Amit

Attachments:

typo-in-comment-set_foreignscan_references.patchtext/x-diff; name=typo-in-comment-set_foreignscan_references.patchDownload
diff --git a/src/backend/optimizer/plan/setrefs.c b/src/backend/optimizer/plan/setrefs.c
index ea185d4..ee8710d 100644
--- a/src/backend/optimizer/plan/setrefs.c
+++ b/src/backend/optimizer/plan/setrefs.c
@@ -1099,7 +1099,7 @@ set_foreignscan_references(PlannerInfo *root,
 
 	if (fscan->fdw_scan_tlist != NIL || fscan->scan.scanrelid == 0)
 	{
-		/* Adjust tlist, qual, fdw_exprs to reference custom scan tuple */
+		/* Adjust tlist, qual, fdw_exprs to reference foreign scan tuple */
 		indexed_tlist *itlist = build_tlist_index(fscan->fdw_scan_tlist);
 
 		fscan->scan.plan.targetlist = (List *)
#2Robert Haas
robertmhaas@gmail.com
In reply to: Amit Langote (#1)
Re: Typo in a comment in set_foreignscan_references

On Tue, Jul 28, 2015 at 3:16 AM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:

Attached fixes a minor typo:

s/custom/foreign/g

Committed, thanks.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers