Skip to content

Commit 3f2cf81

Browse files
committed
Fix obsolete comment.
1 parent 7a57a67 commit 3f2cf81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/pg_statistic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
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 $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -84,7 +84,7 @@ CATALOG(pg_statistic) BKI_WITHOUT_OIDS
8484
* kind integer code identifying kind of data
8585
* op OID of associated operator, if needed
8686
* numbers float4 array (for statistical values)
87-
* values text array (for representations of data values)
87+
* values anyarray (for representations of data values)
8888
* The ID and operator fields are never NULL; they are zeroes in an
8989
* unused slot. The numbers and values fields are NULL in an unused
9090
* slot, and might also be NULL in a used slot if the slot kind has

0 commit comments

Comments
 (0)