projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428b260
)
Fix typo
author
Tomas Vondra
<tomas.vondra@postgresql.org>
Sun, 31 Mar 2019 01:29:58 +0000
(
03:29
+0200)
committer
Tomas Vondra
<tomas.vondra@postgresql.org>
Sun, 31 Mar 2019 01:29:58 +0000
(
03:29
+0200)
Author: John Naylor
src/backend/statistics/mcv.c
patch
|
blob
|
history
diff --git
a/src/backend/statistics/mcv.c
b/src/backend/statistics/mcv.c
index 3e9d39c25a34e6f8cf2635401007302795f7024f..90e639ba0a326b3f788195b8fd171f91bdda6371 100644
(file)
--- a/
src/backend/statistics/mcv.c
+++ b/
src/backend/statistics/mcv.c
@@
-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 asser
t
s easier */
mcvlen += MAXALIGN(datalen);
/* now resize the deserialized MCV list, and compute pointers to parts */