summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pgxc/execRemote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pgxc/execRemote.h b/src/include/pgxc/execRemote.h
index 6ac182687c..c8ac5bc3a7 100644
--- a/src/include/pgxc/execRemote.h
+++ b/src/include/pgxc/execRemote.h
@@ -171,5 +171,5 @@ extern void ExecCloseRemoteStatement(const char *stmt_name, List *nodelist);
/* Flags related to temporary objects included in query */
extern void ExecSetTempObjectIncluded(void);
extern bool ExecIsTempObjectIncluded(void);
-extern void ExecRemoteInsert(Relation resultRelationDesc, RemoteQueryState *resultRemoteRel, TupleTableSlot *slot);
+extern void ExecRemoteQueryStandard(Relation resultRelationDesc, RemoteQueryState *resultRemoteRel, TupleTableSlot *slot);
#endif