mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
Fix come comments in execMain.c
1375422 has refactored this area of the executor code, and some comments went out-of-sync. Author: Yukun Wang Reviewed-by: Amul Sul Discussion: https://postgr.es/m/OS0PR01MB60033394FCAEF79B98F078F5B4459@OS0PR01MB6003.jpnprd01.prod.outlook.com
This commit is contained in:
parent
0d0049c58b
commit
9b5558e7ad
@ -1286,7 +1286,7 @@ ExecGetTriggerResultRel(EState *estate, Oid relid)
|
|||||||
Relation rel;
|
Relation rel;
|
||||||
MemoryContext oldcontext;
|
MemoryContext oldcontext;
|
||||||
|
|
||||||
/* First, search through the query result relations */
|
/* Search through the query result relations */
|
||||||
foreach(l, estate->es_opened_result_relations)
|
foreach(l, estate->es_opened_result_relations)
|
||||||
{
|
{
|
||||||
rInfo = lfirst(l);
|
rInfo = lfirst(l);
|
||||||
@ -1295,8 +1295,8 @@ ExecGetTriggerResultRel(EState *estate, Oid relid)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Third, search through the result relations that were created during
|
* Search through the result relations that were created during tuple
|
||||||
* tuple routing, if any.
|
* routing, if any.
|
||||||
*/
|
*/
|
||||||
foreach(l, estate->es_tuple_routing_result_relations)
|
foreach(l, estate->es_tuple_routing_result_relations)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user