summaryrefslogtreecommitdiff
path: root/src/include/tcop
diff options
context:
space:
mode:
authorVadim B. Mikheev1997-08-29 09:06:27 +0000
committerVadim B. Mikheev1997-08-29 09:06:27 +0000
commitd8933d5cffb3bc087d996082731235fee874b0c0 (patch)
treee2bc468a043d72ed1d40da0ce3fc0e4d68214f76 /src/include/tcop
parent0d0254d1fbfb4878c877dd5fa15a0581a3e35c34 (diff)
New results destination for SPI manager.
Diffstat (limited to 'src/include/tcop')
-rw-r--r--src/include/tcop/dest.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h
index a1f9f71f987..7878ed9d41e 100644
--- a/src/include/tcop/dest.h
+++ b/src/include/tcop/dest.h
@@ -26,7 +26,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dest.h,v 1.7 1997/08/27 09:05:09 vadim Exp $
+ * $Id: dest.h,v 1.8 1997/08/29 09:06:27 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -47,8 +47,9 @@ typedef enum {
Remote, /* results sent to frontend process */
CopyBegin, /* results sent to frontend process but are strings */
CopyEnd, /* results sent to frontend process but are strings */
- RemoteInternal /* results sent to frontend process in internal
+ RemoteInternal, /* results sent to frontend process in internal
(binary) form */
+ SPI /* results sent to SPI manager */
} CommandDest;