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/catalog/pg_index.h | |
| parent | 2aa080fc933cac47205bc79f026fc89dab0e5149 (diff) | |
| download | postgresql-af74855a608da4cd7ef88ceb2241ec1c75537f39.tar.gz | |
Renaming cleanup, no pgindent yet.
Diffstat (limited to 'src/include/catalog/pg_index.h')
| -rw-r--r-- | src/include/catalog/pg_index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_index.h b/src/include/catalog/pg_index.h index e849289eef..ef39b13b7f 100644 --- a/src/include/catalog/pg_index.h +++ b/src/include/catalog/pg_index.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_index.h,v 1.6 1997/11/21 18:12:09 momjian Exp $ + * $Id: pg_index.h,v 1.7 1998/09/01 03:27:51 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -63,7 +63,7 @@ CATALOG(pg_index) * the format of pg_index relation. * ---------------- */ -typedef FormData_pg_index *IndexTupleForm; +typedef FormData_pg_index *Form_pg_index; /* ---------------- * compiler constants for pg_index |
