diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-11-22 19:57:45 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-11-22 20:28:24 -0500 |
commit | e343dfa42bff35983c582da3916b205763aeac90 (patch) | |
tree | 0e6736e62b2a3755c933c11f1d5ffd36f810c2e3 /src/backend/access/transam/xlog.c | |
parent | e1320266edd7df53c60af10b4c33ab2754278b3e (diff) | |
download | postgresql-e343dfa42bff35983c582da3916b205763aeac90.tar.gz postgresql-e343dfa42bff35983c582da3916b205763aeac90.zip |
Remove barrier.h
A new thing also called a "barrier" is proposed, but whether we decide
to take that patch or not, this file seems to have outlived its
usefulness.
Thomas Munro
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 6cec02797a3..ce4f1fc2989 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -41,6 +41,7 @@ #include "commands/tablespace.h" #include "miscadmin.h" #include "pgstat.h" +#include "port/atomics.h" #include "postmaster/bgwriter.h" #include "postmaster/walwriter.h" #include "postmaster/startup.h" @@ -51,7 +52,6 @@ #include "replication/snapbuild.h" #include "replication/walreceiver.h" #include "replication/walsender.h" -#include "storage/barrier.h" #include "storage/bufmgr.h" #include "storage/fd.h" #include "storage/ipc.h" |