]> 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 bed23491dc53e2ee669cf91a9b096dba3a53af92..d1f94d3c126dfb0eb01c5661422a82227c0e958a 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/executor/nodeNestloop.h,v 1.28 2009/01/01 17:23:59 momjian Exp $
+ * src/include/executor/nodeNestloop.h
  *
  *-------------------------------------------------------------------------
  */
 
 #include "nodes/execnodes.h"
 
-extern int     ExecCountSlotsNestLoop(NestLoop *node);
 extern NestLoopState *ExecInitNestLoop(NestLoop *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecNestLoop(NestLoopState *node);
 extern void ExecEndNestLoop(NestLoopState *node);
-extern void ExecReScanNestLoop(NestLoopState *node, ExprContext *exprCtxt);
+extern void ExecReScanNestLoop(NestLoopState *node);
 
-#endif   /* NODENESTLOOP_H */
+#endif                                                 /* NODENESTLOOP_H */