diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-09-01 03:29:17 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-09-01 03:29:17 +0000 |
| commit | af74855a608da4cd7ef88ceb2241ec1c75537f39 (patch) | |
| tree | 912ecaa0cdd84297ad886df5ed7c046c7c501411 /src/include/commands/vacuum.h | |
| parent | 2aa080fc933cac47205bc79f026fc89dab0e5149 (diff) | |
| download | postgresql-af74855a608da4cd7ef88ceb2241ec1c75537f39.tar.gz | |
Renaming cleanup, no pgindent yet.
Diffstat (limited to 'src/include/commands/vacuum.h')
| -rw-r--r-- | src/include/commands/vacuum.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 529d652e64..47a818fb4b 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.14 1998/08/19 19:59:49 momjian Exp $ + * $Id: vacuum.h,v 1.15 1998/09/01 03:28:04 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,13 +53,13 @@ typedef struct { FuncIndexInfo finfo; FuncIndexInfo *finfoP; - IndexTupleForm tform; + Form_pg_index tform; int natts; } IndDesc; typedef struct { - AttributeTupleForm attr; + Form_pg_attribute attr; Datum best, guess1, guess2, |
