From 5e8499d995679f6d8e4519da816ba14eb8d7396f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Mar 2003 16:55:11 +0000 Subject: [PATCH] Add new file. --- src/include/executor/tstoreReceiver.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/include/executor/tstoreReceiver.h diff --git a/src/include/executor/tstoreReceiver.h b/src/include/executor/tstoreReceiver.h new file mode 100644 index 0000000000..e5fb7a9509 --- /dev/null +++ b/src/include/executor/tstoreReceiver.h @@ -0,0 +1,22 @@ +/*------------------------------------------------------------------------- + * + * tstoreReceiver.h + * prototypes for tstoreReceiver.c + * + * + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California + * + * $Id: tstoreReceiver.h,v 1.1 2003/03/27 16:55:11 momjian Exp $ + * + *------------------------------------------------------------------------- + */ + +#ifndef TSTORE_RECEIVER_H +#define TSTORE_RECEIVER_H + +#include "tcop/dest.h" + +extern DestReceiver *tstoreReceiverCreateDR(void); + +#endif /* TSTORE_RECEIVER_H */ -- 2.40.0