From f116b1f5b8d36e54404b36f1aba1295cbcfc4fdc Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Sat, 3 Sep 2011 22:14:45 -0400
Subject: [PATCH] Remove unnecessary and circular #include.

storage/proc.h should not include replication/syncrep.h, especially not
when the latter includes storage/proc.h; but in any case this was a pretty
poor thing from a modular layering standpoint.
---
 src/include/storage/proc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index 8b09b2af642..07e36a14282 100644
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -15,7 +15,6 @@
 #define _PROC_H_
 
 #include "access/xlog.h"
-#include "replication/syncrep.h"
 #include "storage/latch.h"
 #include "storage/lock.h"
 #include "storage/pg_sema.h"
-- 
GitLab