File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1286,7 +1286,7 @@ ExecGetTriggerResultRel(EState *estate, Oid relid)
1286
1286
Relation rel ;
1287
1287
MemoryContext oldcontext ;
1288
1288
1289
- /* First, search through the query result relations */
1289
+ /* Search through the query result relations */
1290
1290
foreach (l , estate -> es_opened_result_relations )
1291
1291
{
1292
1292
rInfo = lfirst (l );
@@ -1295,8 +1295,8 @@ ExecGetTriggerResultRel(EState *estate, Oid relid)
1295
1295
}
1296
1296
1297
1297
/*
1298
- * Third, search through the result relations that were created during
1299
- * tuple routing, if any.
1298
+ * Search through the result relations that were created during tuple
1299
+ * routing, if any.
1300
1300
*/
1301
1301
foreach (l , estate -> es_tuple_routing_result_relations )
1302
1302
{
You can’t perform that action at this time.
0 commit comments