Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0b8da commit 5e8499dCopy full SHA for 5e8499d
src/include/executor/tstoreReceiver.h
@@ -0,0 +1,22 @@
1
+/*-------------------------------------------------------------------------
2
+ *
3
+ * tstoreReceiver.h
4
+ * prototypes for tstoreReceiver.c
5
6
7
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
8
+ * Portions Copyright (c) 1994, Regents of the University of California
9
10
+ * $Id: tstoreReceiver.h,v 1.1 2003/03/27 16:55:11 momjian Exp $
11
12
+ *-------------------------------------------------------------------------
13
+ */
14
+
15
+#ifndef TSTORE_RECEIVER_H
16
+#define TSTORE_RECEIVER_H
17
18
+#include "tcop/dest.h"
19
20
+extern DestReceiver *tstoreReceiverCreateDR(void);
21
22
+#endif /* TSTORE_RECEIVER_H */
0 commit comments