aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/tstoreReceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/tstoreReceiver.h')
-rw-r--r--src/include/executor/tstoreReceiver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/executor/tstoreReceiver.h b/src/include/executor/tstoreReceiver.h
index c304c1fce90..b2d3890f46a 100644
--- a/src/include/executor/tstoreReceiver.h
+++ b/src/include/executor/tstoreReceiver.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/executor/tstoreReceiver.h,v 1.11 2008/11/30 20:51:25 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/tstoreReceiver.h,v 1.12 2008/12/01 17:06:21 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,6 +23,7 @@ extern DestReceiver *CreateTuplestoreDestReceiver(void);
extern void SetTuplestoreDestReceiverParams(DestReceiver *self,
Tuplestorestate *tStore,
- MemoryContext tContext);
+ MemoryContext tContext,
+ bool detoast);
#endif /* TSTORE_RECEIVER_H */