Memory barrier support for PostgreSQL. This is not actually used anywhere yet, but it gets the basic infrastructure in place. It is fairly likely that there are bugs, and support for some important platforms may be missing, so we'll need to refine this as we go along.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/0c8eda6258805223fa412ab55a1f130fbc51afa0 Modified Files -------------- src/backend/storage/lmgr/README.barrier | 199 +++++++++++++++++++++++++++++++ src/backend/storage/lmgr/s_lock.c | 1 + src/include/storage/barrier.h | 171 ++++++++++++++++++++++++++ 3 files changed, 371 insertions(+), 0 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
