File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
* kind integer code identifying kind of data
85
85
* op OID of associated operator, if needed
86
86
* numbers float4 array (for statistical values)
87
- * values text array (for representations of data values)
87
+ * values anyarray (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
You can’t perform that action at this time.
0 commit comments