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

Commita48c3a3

Browse files
committed
Document meaning of lossy column.
1 parentbb0db45 commita48c3a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎src/include/catalog/pg_index.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_index.h,v 1.20 2001/05/17 00:29:52 momjian Exp $
11+
* $Id: pg_index.h,v 1.21 2001/07/09 18:35:52 momjian Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -49,8 +49,10 @@ CATALOG(pg_index)
4949
int2vectorindkey;
5050
oidvectorindclass;
5151
boolindisclustered;/* unused */
52-
boolindislossy;/* do we fetch false tuples (lossy
53-
* compression)? */
52+
boolindislossy;/* index hit must be reevaluated against heap
53+
* value to make sure it really is match;
54+
* typically used by hash.
55+
*/
5456
boolindhaskeytype;/* not used, originally added by GIST */
5557
boolindisunique;/* is this a unique index? */
5658
boolindisprimary;/* is this index for primary key */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp