Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f2cf81

Browse files
committed
Fix obsolete comment.
1 parent7a57a67 commit3f2cf81

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
*kindinteger code identifying kind of data
8585
*opOID of associated operator, if needed
8686
*numbersfloat4 array (for statistical values)
87-
*valuestext array (for representations of data values)
87+
*valuesanyarray (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)

[8]ページ先頭

©2009-2025 Movatter.jp