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/main/main.c | |
parent | e1320266edd7df53c60af10b4c33ab2754278b3e (diff) |
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/main/main.c')
-rw-r--r-- | src/backend/main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c index c018c90524f..37079981df9 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -33,8 +33,8 @@ #include "bootstrap/bootstrap.h" #include "common/username.h" +#include "port/atomics.h" #include "postmaster/postmaster.h" -#include "storage/barrier.h" #include "storage/s_lock.h" #include "storage/spin.h" #include "tcop/tcopprot.h" |