diff options
Diffstat (limited to 'src/include/catalog/pg_index.h')
| -rw-r--r-- | src/include/catalog/pg_index.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/catalog/pg_index.h b/src/include/catalog/pg_index.h index 2c2ec34846..732799c85c 100644 --- a/src/include/catalog/pg_index.h +++ b/src/include/catalog/pg_index.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_index.h,v 1.37 2005/04/14 01:38:20 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_index.h,v 1.38 2005/10/15 02:49:42 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -45,11 +45,11 @@ CATALOG(pg_index,2610) BKI_WITHOUT_OIDS /* VARIABLE LENGTH FIELDS: */ int2vector indkey; /* column numbers of indexed cols, or 0 */ oidvector indclass; /* opclass identifiers */ - text indexprs; /* expression trees for index attributes - * that are not simple column references; - * one for each zero entry in indkey[] */ - text indpred; /* expression tree for predicate, if a - * partial index; else NULL */ + text indexprs; /* expression trees for index attributes that + * are not simple column references; one for + * each zero entry in indkey[] */ + text indpred; /* expression tree for predicate, if a partial + * index; else NULL */ } FormData_pg_index; /* ---------------- |
