]> granicus.if.org Git - postgresql/blobdiff - src/include/executor/nodeResult.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / executor / nodeResult.h
index 7a1c900c1843b9065f38def8795c3c4127a78f0d..af5fb60a6781e84cbc1409fbeaf1db6f1f259e3c 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/nodeResult.h,v 1.26 2009/01/01 17:23:59 momjian Exp $
+ * src/include/executor/nodeResult.h
  *
  *-------------------------------------------------------------------------
  */
 
 #include "nodes/execnodes.h"
 
-extern int     ExecCountSlotsResult(Result *node);
 extern ResultState *ExecInitResult(Result *node, EState *estate, int eflags);
-extern TupleTableSlot *ExecResult(ResultState *node);
 extern void ExecEndResult(ResultState *node);
 extern void ExecResultMarkPos(ResultState *node);
 extern void ExecResultRestrPos(ResultState *node);
-extern void ExecReScanResult(ResultState *node, ExprContext *exprCtxt);
+extern void ExecReScanResult(ResultState *node);
 
-#endif   /* NODERESULT_H */
+#endif                                                 /* NODERESULT_H */