]> granicus.if.org Git - postgresql/commit
Memory barrier support for PostgreSQL.
authorRobert Haas <rhaas@postgresql.org>
Fri, 23 Sep 2011 21:52:43 +0000 (17:52 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 23 Sep 2011 21:52:43 +0000 (17:52 -0400)
commit0c8eda6258805223fa412ab55a1f130fbc51afa0
tree9e20f64f3fb04df287b35e1f934032d7671a7316
parent291873c1554ceecc71a81c25aef4f1260c15c222
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.
src/backend/storage/lmgr/README.barrier [new file with mode: 0644]
src/backend/storage/lmgr/s_lock.c
src/include/storage/barrier.h [new file with mode: 0644]