diff options
Diffstat (limited to 'src/backend/executor')
-rw-r--r-- | src/backend/executor/execUtils.c | 2 | ||||
-rw-r--r-- | src/backend/executor/nodeModifyTable.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/execUtils.c b/src/backend/executor/execUtils.c index 5ce8a0831b1..872cbd454df 100644 --- a/src/backend/executor/execUtils.c +++ b/src/backend/executor/execUtils.c @@ -1403,7 +1403,7 @@ GetResultRTEPermissionInfo(ResultRelInfo *relinfo, EState *estate) } /* - * GetResultRelCheckAsUser + * ExecGetResultRelCheckAsUser * Returns the user to modify passed-in result relation as * * The user is chosen by looking up the relation's or, if a child table, its diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c index 3a673895082..5b596f1e7a9 100644 --- a/src/backend/executor/nodeModifyTable.c +++ b/src/backend/executor/nodeModifyTable.c @@ -904,7 +904,7 @@ ExecInsert(ModifyTableContext *context, * If these are the first tuples stored in the buffers, add the * target rel and the mtstate to the * es_insert_pending_result_relations and - * es_insert_pending_modifytables lists respectively, execpt in + * es_insert_pending_modifytables lists respectively, except in * the case where flushing was done above, in which case they * would already have been added to the lists, so no need to do * this. |