diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-07-09 11:31:26 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-07-09 11:34:18 +0300 |
commit | e5592c61adb0766eaee53ec07d2f05783d1c6548 (patch) | |
tree | 1c5f1dd86a6bc1655f61ffe8e3ce2f784d94bf1b /src/backend/executor/nodeSort.c | |
parent | 6052bceba5b4cb3d4ae814185d5035307ecabb65 (diff) | |
download | postgresql-e5592c61adb0766eaee53ec07d2f05783d1c6548.tar.gz postgresql-e5592c61adb0766eaee53ec07d2f05783d1c6548.zip |
Fix memory barrier support on icc on ia64, 2nd attempt.
Itanium doesn't have the mfence instruction - that's a 386 thing. Use the
"mf" instruction instead.
This reverts the previous commit to add "#include <emmintrinsic.h>"; the
problem was not with a missing #include.
Diffstat (limited to 'src/backend/executor/nodeSort.c')
0 files changed, 0 insertions, 0 deletions