Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3e82a commit 9929975Copy full SHA for 9929975
contrib/postgres_fdw/postgres_fdw.c
@@ -723,7 +723,7 @@ postgresGetForeignPlan(PlannerInfo *root,
723
/*
724
* Separate the scan_clauses into those that can be executed remotely and
725
* those that can't. baserestrictinfo clauses that were previously
726
- * determined to be safe or unsafe by classifyClauses are shown in
+ * determined to be safe or unsafe by classifyConditions are shown in
727
* fpinfo->remote_conds and fpinfo->local_conds. Anything else in the
728
* scan_clauses list should be a join clause that was found safe by
729
* postgresGetForeignPaths.
0 commit comments