Skip to content

Commit a48c3a3

Browse files
committed
Document meaning of lossy column.
1 parent bb0db45 commit a48c3a3

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
int2vector indkey;
5050
oidvector indclass;
5151
bool indisclustered; /* unused */
52-
bool indislossy; /* do we fetch false tuples (lossy
53-
* compression)? */
52+
bool indislossy; /* index hit must be reevaluated against heap
53+
* value to make sure it really is match;
54+
* typically used by hash.
55+
*/
5456
bool indhaskeytype; /* not used, originally added by GIST */
5557
bool indisunique; /* is this a unique index? */
5658
bool indisprimary; /* is this index for primary key */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy