diff options
| author | Vadim B. Mikheev | 1997-08-27 09:05:24 +0000 |
|---|---|---|
| committer | Vadim B. Mikheev | 1997-08-27 09:05:24 +0000 |
| commit | 3751b49545d71881b93035ef8cdd1c4034f08a59 (patch) | |
| tree | 6021423b94d39d1969c34225df10e5c97840d69d /src/include/tcop | |
| parent | 40ac5a692bedde826da70158cb1194e6774b8888 (diff) | |
Number of tuples inserted/affected by INSERT/UPDATE/DELETE...
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/dest.h | 4 |
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 */ |
