diff options
Diffstat (limited to 'src/include/storage/sinvaladt.h')
-rw-r--r-- | src/include/storage/sinvaladt.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h index 522eb5e220..d92969a85b 100644 --- a/src/include/storage/sinvaladt.h +++ b/src/include/storage/sinvaladt.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: sinvaladt.h,v 1.12 1999/02/19 06:06:39 tgl Exp $ + * $Id: sinvaladt.h,v 1.13 1999/05/25 16:14:46 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -70,8 +70,7 @@ typedef struct SISeg Offset endEntryChain; /* (offset relative to B) */ int numEntries; int maxNumEntries; - ProcState procState[MAXBACKENDS]; /* reflects the - * invalidation state */ + ProcState procState[MAXBACKENDS]; /* reflects the invalidation state */ /* here starts the entry section, controlled by offsets */ } SISeg; |