diff options
author | David Rowley <drowley@postgresql.org> | 2022-08-31 03:06:31 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2022-08-31 03:06:31 +1200 |
commit | 5495796ad12aae971137d184ff25add8f6b03968 (patch) | |
tree | f88d07f3536d7e36f4723667892e7e34ad5322f4 /src/backend/utils/adt/jsonfuncs.c | |
parent | c98b6acdb252546e9bea0b9a37d95ca63d2ff0fa (diff) | |
download | postgresql-5495796ad12aae971137d184ff25add8f6b03968.tar.gz postgresql-5495796ad12aae971137d184ff25add8f6b03968.zip |
Revert "Add missing padding from MemoryChunk struct"
This reverts commit df0f4feef. It turns out the problem which was causing
the 32-bit ARM and PPC animals to fail was due to a MAXALIGN problem in
slab.c. This was fixed by d5ee4db0e. The padding that was added in
df0f4feef would only do anything on machines where uint64 was not aligned
to 8 bytes. The 32-bit machines which were failing are not in that
category, so revert this commit.
Discussion: https://postgr.es/m/3209100.1661787561@sss.pgh.pa.us
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions