summaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
authorAndres Freund2017-04-08 00:03:21 +0000
committerAndres Freund2017-04-08 00:09:03 +0000
commitf13a9121f9822eafe05cc3178bf046155a248173 (patch)
tree83cf3ff509fd2e0c8e59c40c5f3c1d292e66f748 /src/tutorial
parent453aaf76880b42eb5f205933d2422fe7c773b06f (diff)
Fix issues in e8fdbd58fe.
When the 64bit atomics simulation is in use, we can't necessarily guarantee the correct alignment of the atomics due to lack of compiler support for doing so- that's fine from a safety perspective, because everything is protected by a lock, but we asserted the alignment in all cases. Weaken them. Per complaint from Alvaro Herrera. My #ifdefery for PG_HAVE_8BYTE_SINGLE_COPY_ATOMICITY wasn't sufficient. Fix that. Per complaint from Alexander Korotkov.
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions