Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428b260 commit 0f5493fCopy full SHA for 0f5493f
src/backend/statistics/mcv.c
@@ -931,7 +931,7 @@ statext_mcv_deserialize(bytea *data)
931
mcvlen += nitems * MAXALIGN(sizeof(Datum) * ndims);
932
mcvlen += nitems * MAXALIGN(sizeof(bool) * ndims);
933
934
- /* we don't quite need to align this, but it makes some assers easier */
+ /* we don't quite need to align this, but it makes some asserts easier */
935
mcvlen += MAXALIGN(datalen);
936
937
/* now resize the deserialized MCV list, and compute pointers to parts */
0 commit comments