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

Commit6ac763f

Browse files
committed
Fix missing words in comment.
Introduced by commitc3928b4, backpatch to v14 like that one.Author: Amit LangoteDiscussion:https://www.postgresql.org/message-id/CA+HiwqFQgNLS6VGntMcuJV6erBFV425xA6wBVnY=41GK4zC0Bw@mail.gmail.com
1 parent449ab63 commit6ac763f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/executor/nodeForeignscan.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,9 @@ ExecInitForeignScan(ForeignScan *node, EState *estate, int eflags)
265265
{
266266
/*
267267
* Direct modifications cannot be re-evaluated by EvalPlanQual, so
268-
* don't bother preparing the FDW. There can ForeignScan nodes in the
269-
* EvalPlanQual subtree, but ExecForeignScan should never be called.
268+
* don't bother preparing the FDW. There can be ForeignScan nodes in
269+
* the EvalPlanQual subtree, but ExecForeignScan should never be
270+
* called on them when EvalPlanQual is active.
270271
*/
271272
if (estate->es_epq_active==NULL)
272273
fdwroutine->BeginDirectModify(scanstate,eflags);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp