Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdd79d8

Browse files
committed
Fix misleading comment in paraminfo_get_equal_hashops
The comment mistakenly claimed the code was checking PlaceHolderVars forvolatile functions when the code was actually checking lateral vars.Update the comment to reflect the reality of the code.Author: Richard GuoDiscussion:https://postgr.es/m/CAMbWs48HZGZOV85g0fx8z1qDx6NNKHexJPT2FCnKnZhxBWkd-A@mail.gmail.com
1 parent6c00d2c commitfdd79d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/optimizer/path/joinpath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ paraminfo_get_equal_hashops(PlannerInfo *root, ParamPathInfo *param_info,
529529
Node*expr= (Node*)lfirst(lc);
530530
TypeCacheEntry*typentry;
531531

532-
/* Reject if there are any volatile functions inPHVs */
532+
/* Reject if there are any volatile functions inlateral vars */
533533
if (contain_volatile_functions(expr))
534534
{
535535
list_free(*operators);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp