summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/latch.c
diff options
context:
space:
mode:
authorRobert Haas2016-11-23 00:57:45 +0000
committerRobert Haas2016-11-23 01:28:24 +0000
commite343dfa42bff35983c582da3916b205763aeac90 (patch)
tree0e6736e62b2a3755c933c11f1d5ffd36f810c2e3 /src/backend/storage/ipc/latch.c
parente1320266edd7df53c60af10b4c33ab2754278b3e (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/storage/ipc/latch.c')
-rw-r--r--src/backend/storage/ipc/latch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/latch.c b/src/backend/storage/ipc/latch.c
index 8488f944de5..b7e51297831 100644
--- a/src/backend/storage/ipc/latch.c
+++ b/src/backend/storage/ipc/latch.c
@@ -56,9 +56,9 @@
#include "miscadmin.h"
#include "pgstat.h"
+#include "port/atomics.h"
#include "portability/instr_time.h"
#include "postmaster/postmaster.h"
-#include "storage/barrier.h"
#include "storage/latch.h"
#include "storage/pmsignal.h"
#include "storage/shmem.h"