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

Commit9b5558e

Browse files
committed
Fix come comments in execMain.c
1375422 has refactored this area of the executor code, and some commentswent out-of-sync.Author: Yukun WangReviewed-by: Amul SulDiscussion:https://postgr.es/m/OS0PR01MB60033394FCAEF79B98F078F5B4459@OS0PR01MB6003.jpnprd01.prod.outlook.com
1 parent0d0049c commit9b5558e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/executor/execMain.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ ExecGetTriggerResultRel(EState *estate, Oid relid)
12861286
Relationrel;
12871287
MemoryContextoldcontext;
12881288

1289-
/*First, search through the query result relations */
1289+
/*Search through the query result relations */
12901290
foreach(l,estate->es_opened_result_relations)
12911291
{
12921292
rInfo=lfirst(l);
@@ -1295,8 +1295,8 @@ ExecGetTriggerResultRel(EState *estate, Oid relid)
12951295
}
12961296

12971297
/*
1298-
*Third, searchthrough the result relations that were created during
1299-
*tuplerouting, if any.
1298+
*Searchthrough the result relations that were created during tuple
1299+
* routing, if any.
13001300
*/
13011301
foreach(l,estate->es_tuple_routing_result_relations)
13021302
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp