diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2019-03-29 18:50:51 +0100 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2019-03-29 19:06:38 +0100 |
commit | d85e0f366a347633f255b8d1031ab34733c5e147 (patch) | |
tree | b1e7ba5a81bff589be80f1bcafbfd2243cf90ff6 /src/backend/parser/parse_utilcmd.c | |
parent | d3a5fc17ebdbeaec81bec1f41e304485b3292da3 (diff) | |
download | postgresql-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