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, 4 insertions, 1 deletions
diff --git a/src/include/executor/tstoreReceiver.h b/src/include/executor/tstoreReceiver.h
index d4ea0b2b1dd..e58aa575f02 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.10 2008/01/01 19:45:57 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/tstoreReceiver.h,v 1.10.2.1 2008/12/01 17:06:27 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -22,4 +22,7 @@
extern DestReceiver *CreateTuplestoreDestReceiver(Tuplestorestate *tStore,
MemoryContext tContext);
+extern void SetTuplestoreDestReceiverDeToast(DestReceiver *self,
+ bool detoast);
+
#endif /* TSTORE_RECEIVER_H */