summaryrefslogtreecommitdiff
path: root/src/include/tcop
diff options
context:
space:
mode:
authorVadim B. Mikheev1997-08-27 09:05:24 +0000
committerVadim B. Mikheev1997-08-27 09:05:24 +0000
commit3751b49545d71881b93035ef8cdd1c4034f08a59 (patch)
tree6021423b94d39d1969c34225df10e5c97840d69d /src/include/tcop
parent40ac5a692bedde826da70158cb1194e6774b8888 (diff)
Number of tuples inserted/affected by INSERT/UPDATE/DELETE...
Diffstat (limited to 'src/include/tcop')
-rw-r--r--src/include/tcop/dest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h
index 1148b28e73..a1f9f71f98 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.6 1997/08/19 21:40:06 momjian Exp $
+ * $Id: dest.h,v 1.7 1997/08/27 09:05:09 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -69,6 +69,6 @@ extern void NullCommand(CommandDest dest);
extern void BeginCommand(char *pname, int operation, TupleDesc attinfo,
bool isIntoRel, bool isIntoPortal, char *tag,
CommandDest dest);
-extern void UpdateAppendOid(Oid newoid);
+extern void UpdateCommandInfo (int operation, Oid lastoid, uint32 tuples);
#endif /* DEST_H */