|
8 | 8 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group |
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California |
10 | 10 | * |
11 | | - * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.24 2004/02/12 23:41:04 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.25 2004/02/23 23:55:08 tgl Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * the genbki.sh script reads this file and generates .bki |
@@ -84,7 +84,7 @@ CATALOG(pg_statistic) BKI_WITHOUT_OIDS |
84 | 84 | *kindinteger code identifying kind of data |
85 | 85 | *opOID of associated operator, if needed |
86 | 86 | *numbersfloat4 array (for statistical values) |
87 | | - *valuestext array (for representations of data values) |
| 87 | + *valuesanyarray (for representations of data values) |
88 | 88 | * The ID and operator fields are never NULL; they are zeroes in an |
89 | 89 | * unused slot. The numbers and values fields are NULL in an unused |
90 | 90 | * slot, and might also be NULL in a used slot if the slot kind has |
|