mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
@@ -724,7 +724,7 @@ GetExistingLocalJoinPath(RelOptInfo *joinrel)
|
||||
Path *path = (Path *) lfirst(lc);
|
||||
JoinPath *joinpath = NULL;
|
||||
|
||||
/* Skip parameterised paths. */
|
||||
/* Skip parameterized paths. */
|
||||
if (path->param_info != NULL)
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user