aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/execdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/execdesc.h')
-rw-r--r--src/include/executor/execdesc.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h
index ea8b6767989..b88fa02d3b7 100644
--- a/src/include/executor/execdesc.h
+++ b/src/include/executor/execdesc.h
@@ -57,13 +57,13 @@ typedef struct QueryDesc
/* in pquery.c */
extern QueryDesc *CreateQueryDesc(PlannedStmt *plannedstmt,
- const char *sourceText,
- Snapshot snapshot,
- Snapshot crosscheck_snapshot,
- DestReceiver *dest,
- ParamListInfo params,
- QueryEnvironment *queryEnv,
- int instrument_options);
+ const char *sourceText,
+ Snapshot snapshot,
+ Snapshot crosscheck_snapshot,
+ DestReceiver *dest,
+ ParamListInfo params,
+ QueryEnvironment *queryEnv,
+ int instrument_options);
extern void FreeQueryDesc(QueryDesc *qdesc);