Fix typo in comment.

neha khatri
This commit is contained in:
Fujii Masao 2017-02-22 03:39:45 +09:00
parent 898a792eb8
commit e14ec7d346

View File

@ -69,7 +69,7 @@ typedef struct
int last_returned; /* Last comparison result (cache) */ int last_returned; /* Last comparison result (cache) */
bool cache_blob; /* Does buf2 contain strxfrm() blob, etc? */ bool cache_blob; /* Does buf2 contain strxfrm() blob, etc? */
bool collate_c; bool collate_c;
bool bpchar; /* Sorting pbchar, not varchar/text/bytea? */ bool bpchar; /* Sorting bpchar, not varchar/text/bytea? */
hyperLogLogState abbr_card; /* Abbreviated key cardinality state */ hyperLogLogState abbr_card; /* Abbreviated key cardinality state */
hyperLogLogState full_card; /* Full key cardinality state */ hyperLogLogState full_card; /* Full key cardinality state */
double prop_card; /* Required cardinality proportion */ double prop_card; /* Required cardinality proportion */