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

Commit 0f5493f

Browse files
committed
Fix typo
Author: John Naylor
1 parent 428b260 commit 0f5493f

File tree

1 file changed

+1
-1
lines changed
  • src/backend/statistics

1 file changed

+1
-1
lines changed

src/backend/statistics/mcv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ statext_mcv_deserialize(bytea *data)
931931
mcvlen += nitems * MAXALIGN(sizeof(Datum) * ndims);
932932
mcvlen += nitems * MAXALIGN(sizeof(bool) * ndims);
933933

934-
/* we don't quite need to align this, but it makes some assers easier */
934+
/* we don't quite need to align this, but it makes some asserts easier */
935935
mcvlen += MAXALIGN(datalen);
936936

937937
/* now resize the deserialized MCV list, and compute pointers to parts */

0 commit comments

Comments
 (0)