We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0049c commit 9b5558eCopy full SHA for 9b5558e
src/backend/executor/execMain.c
@@ -1286,7 +1286,7 @@ ExecGetTriggerResultRel(EState *estate, Oid relid)
1286
Relation rel;
1287
MemoryContext oldcontext;
1288
1289
- /* First, search through the query result relations */
+ /* Search through the query result relations */
1290
foreach(l, estate->es_opened_result_relations)
1291
{
1292
rInfo = lfirst(l);
@@ -1295,8 +1295,8 @@ ExecGetTriggerResultRel(EState *estate, Oid relid)
1295
}
1296
1297
/*
1298
- * Third, search through the result relations that were created during
1299
- * tuple routing, if any.
+ * Search through the result relations that were created during tuple
+ * routing, if any.
1300
*/
1301
foreach(l, estate->es_tuple_routing_result_relations)
1302
0 commit comments