diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-05-29 15:44:55 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-05-29 15:44:55 +0000 |
| commit | 659f79be7a6114117bff9fcaba05df18679f2610 (patch) | |
| tree | b2e3309d26db3c2bb386724e0788e47551ebbcf7 /src/include/commands/vacuum.h | |
| parent | 091126fa28b4dbfd9df2fc4c22deade58f7e24dc (diff) | |
| download | postgresql-659f79be7a6114117bff9fcaba05df18679f2610.tar.gz | |
Allow vacuum to perform analyze with shared lock. Update cvs manual.
Diffstat (limited to 'src/include/commands/vacuum.h')
| -rw-r--r-- | src/include/commands/vacuum.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 136721c4e1..afdd0a9e6b 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.27 2000/04/12 17:16:32 momjian Exp $ + * $Id: vacuum.h,v 1.28 2000/05/29 15:44:55 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -125,8 +125,6 @@ typedef struct VRelStats Size min_tlen; Size max_tlen; bool hasindex; - int va_natts; /* number of attrs being analyzed */ - VacAttrStats *vacattrstats; int num_vtlinks; VTupleLink vtlinks; } VRelStats; |
