aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_utilcmd.c
diff options
context:
space:
mode:
authorTomas Vondra <tomas.vondra@postgresql.org>2019-03-29 18:50:51 +0100
committerTomas Vondra <tomas.vondra@postgresql.org>2019-03-29 19:06:38 +0100
commitd85e0f366a347633f255b8d1031ab34733c5e147 (patch)
treeb1e7ba5a81bff589be80f1bcafbfd2243cf90ff6 /src/backend/parser/parse_utilcmd.c
parentd3a5fc17ebdbeaec81bec1f41e304485b3292da3 (diff)
downloadpostgresql-d85e0f366a347633f255b8d1031ab34733c5e147.tar.gz
postgresql-d85e0f366a347633f255b8d1031ab34733c5e147.zip
Fix memory alignment in pg_mcv_list serialization
Blind attempt at fixing ia64, hppa an sparc builds. The serialized representation of MCV lists did not enforce proper memory alignment for internal fields, resulting in deserialization issues on platforms that are more sensitive to this (ia64, sparc and hppa). This forces a catalog version bump, because the layout of serialized pg_mcv_list changes. Broken since 7300a699.
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions