Skip to content
Snippets Groups Projects
Commit 99299756 authored by Tom Lane's avatar Tom Lane
Browse files

Fix typo in comment.

classifyClauses was renamed to classifyConditions somewhere along the
line, but this comment didn't get the memo.

Ian Barwick
parent 1a3e82a7
No related branches found
No related tags found
No related merge requests found
...@@ -723,7 +723,7 @@ postgresGetForeignPlan(PlannerInfo *root, ...@@ -723,7 +723,7 @@ postgresGetForeignPlan(PlannerInfo *root,
/* /*
* Separate the scan_clauses into those that can be executed remotely and * Separate the scan_clauses into those that can be executed remotely and
* those that can't. baserestrictinfo clauses that were previously * those that can't. baserestrictinfo clauses that were previously
* determined to be safe or unsafe by classifyClauses are shown in * determined to be safe or unsafe by classifyConditions are shown in
* fpinfo->remote_conds and fpinfo->local_conds. Anything else in the * fpinfo->remote_conds and fpinfo->local_conds. Anything else in the
* scan_clauses list should be a join clause that was found safe by * scan_clauses list should be a join clause that was found safe by
* postgresGetForeignPaths. * postgresGetForeignPaths.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment