Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e14ec7d

Browse files
committed
Fix typo in comment.
neha khatri
1 parent 898a792 commit e14ec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/varlena.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ typedef struct
6969
int last_returned; /* Last comparison result (cache) */
7070
bool cache_blob; /* Does buf2 contain strxfrm() blob, etc? */
7171
bool collate_c;
72-
bool bpchar; /* Sorting pbchar, not varchar/text/bytea? */
72+
bool bpchar; /* Sorting bpchar, not varchar/text/bytea? */
7373
hyperLogLogState abbr_card; /* Abbreviated key cardinality state */
7474
hyperLogLogState full_card; /* Full key cardinality state */
7575
double prop_card; /* Required cardinality proportion */

0 commit comments

Comments
 (0)