Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9929975

Browse files
committed
Fix typo in comment.
classifyClauses was renamed to classifyConditions somewhere along the line, but this comment didn't get the memo. Ian Barwick
1 parent 1a3e82a commit 9929975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ postgresGetForeignPlan(PlannerInfo *root,
723723
/*
724724
* Separate the scan_clauses into those that can be executed remotely and
725725
* those that can't. baserestrictinfo clauses that were previously
726-
* determined to be safe or unsafe by classifyClauses are shown in
726+
* determined to be safe or unsafe by classifyConditions are shown in
727727
* fpinfo->remote_conds and fpinfo->local_conds. Anything else in the
728728
* scan_clauses list should be a join clause that was found safe by
729729
* postgresGetForeignPaths.

0 commit comments

Comments
 (0)