aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2022-09-28 07:51:48 -0400
committerRobert Haas <rhaas@postgresql.org>2022-09-28 07:58:09 -0400
commit0222be137188ac3912d244d832a328be0944f3e9 (patch)
tree38d3f8d05df2aa37f55ce4d0bf0fdc6a7b442632 /src/backend/access/transam/xlogutils.c
parentd0b1dbcb98454a353919d789c71c6d9a89e961eb (diff)
downloadpostgresql-0222be137188ac3912d244d832a328be0944f3e9.tar.gz
postgresql-0222be137188ac3912d244d832a328be0944f3e9.zip
Fix alignment problems with SharedInvalSmgrMsg.
SharedInvalSmgrMsg can't require 8-byte alignment, because then SharedInvalidationMessage will require 8-byte alignment, which will then cause ParseCommitRecord to fail on machines that are picky about alignment, because it assumes that everything that gets packed into a commit record requires only 4-byte alignment. Another problem with 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c. Discussion: http://postgr.es/m/3825454.1664310917@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions