diff options
Diffstat (limited to 'src/include/storage/sinvaladt.h')
-rw-r--r-- | src/include/storage/sinvaladt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h index 3e95342c9f8..39c895026b4 100644 --- a/src/include/storage/sinvaladt.h +++ b/src/include/storage/sinvaladt.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sinvaladt.h,v 1.32 2002/06/20 20:29:52 momjian Exp $ + * $Id: sinvaladt.h,v 1.33 2002/08/29 21:02:12 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -85,6 +85,7 @@ typedef struct SISeg int lastBackend; /* index of last active procState entry, * +1 */ int maxBackends; /* size of procState array */ + int freeBackends; /* number of empty procState slots */ /* * Circular buffer holding shared-inval messages |