aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2017-04-07 17:03:21 -0700
committerAndres Freund <andres@anarazel.de>2017-04-07 17:09:03 -0700
commitf13a9121f9822eafe05cc3178bf046155a248173 (patch)
tree83cf3ff509fd2e0c8e59c40c5f3c1d292e66f748 /src/backend/executor/nodeHashjoin.c
parent453aaf76880b42eb5f205933d2422fe7c773b06f (diff)
downloadpostgresql-f13a9121f9822eafe05cc3178bf046155a248173.tar.gz
postgresql-f13a9121f9822eafe05cc3178bf046155a248173.zip
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/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions