Commit 0f5493fd authored by Tomas Vondra's avatar Tomas Vondra

Fix typo

Author: John Naylor
parent 428b260f
...@@ -931,7 +931,7 @@ statext_mcv_deserialize(bytea *data) ...@@ -931,7 +931,7 @@ statext_mcv_deserialize(bytea *data)
mcvlen += nitems * MAXALIGN(sizeof(Datum) * ndims); mcvlen += nitems * MAXALIGN(sizeof(Datum) * ndims);
mcvlen += nitems * MAXALIGN(sizeof(bool) * ndims); mcvlen += nitems * MAXALIGN(sizeof(bool) * ndims);
/* 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 */
mcvlen += MAXALIGN(datalen); mcvlen += MAXALIGN(datalen);
/* now resize the deserialized MCV list, and compute pointers to parts */ /* now resize the deserialized MCV list, and compute pointers to parts */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment