mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix typo
Author: John Naylor
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user