diff options
Diffstat (limited to 'src/include/tcop/dest.h')
| -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 */ |
