]> granicus.if.org Git - postgresql/blobdiff - src/include/executor/nodeNestloop.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / executor / nodeNestloop.h
index 4d9bde60f1e597c8694ec2819350fda30b5202db..d1f94d3c126dfb0eb01c5661422a82227c0e958a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeNestloop.h
@@ -17,8 +17,7 @@
 #include "nodes/execnodes.h"
 
 extern NestLoopState *ExecInitNestLoop(NestLoop *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecNestLoop(NestLoopState *node);
 extern void ExecEndNestLoop(NestLoopState *node);
 extern void ExecReScanNestLoop(NestLoopState *node);
 
-#endif   /* NODENESTLOOP_H */
+#endif                                                 /* NODENESTLOOP_H */