]> granicus.if.org Git - postgresql/blobdiff - src/include/executor/execdesc.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / executor / execdesc.h
index ea8b67679895637175eaf3cfe98dcfe30b915d93..b88fa02d3b737796797264b6d938bfa709a32b4c 100644 (file)
@@ -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);