summaryrefslogtreecommitdiff
path: root/src/include/executor/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/executor.h')
-rw-r--r--src/include/executor/executor.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h
index 873772f1883..216d28679a6 100644
--- a/src/include/executor/executor.h
+++ b/src/include/executor/executor.h
@@ -652,6 +652,14 @@ extern void CheckSubscriptionRelkind(char relkind, const char *nspname,
const char *relname);
/*
+ * prototypes from functions in nodeLockRows.c
+ */
+extern bool ExecLockTableTuple(Relation relation, ItemPointer tid,
+ TupleTableSlot *slot, Snapshot snapshot,
+ CommandId cid, LockTupleMode lockmode,
+ LockWaitPolicy waitPolicy, bool *epq_needed);
+
+/*
* prototypes from functions in nodeModifyTable.c
*/
extern TupleTableSlot *ExecGetUpdateNewTuple(ResultRelInfo *relinfo,