8000 Fix typo · postgres/postgres@0f5493f · GitHub
[go: up one dir, main page]

Skip to content

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

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0