Author: John Naylor
This commit is contained in:
Tomas Vondra 2019-03-31 03:29:58 +02:00
parent 428b260f87
commit 0f5493fdf1
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ statext_mcv_deserialize(bytea *data)
mcvlen += nitems * MAXALIGN(sizeof(Datum) * 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);
/* now resize the deserialized MCV list, and compute pointers to parts */