From e343dfa42bff35983c582da3916b205763aeac90 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 22 Nov 2016 19:57:45 -0500 Subject: 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 --- src/backend/main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/main/main.c') 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" -- cgit v1.2.3