From 307a4c2cbbb8e824163fca354783e79d2892d231 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Thu, 16 Jun 2011 11:43:30 -0400
Subject: [PATCH] Remove another no-longer-needed inclusion of predicate.h.

---
 src/backend/executor/nodeBitmapHeapscan.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/backend/executor/nodeBitmapHeapscan.c b/src/backend/executor/nodeBitmapHeapscan.c
index 20d5eb14bf2..e20ef1433ed 100644
--- a/src/backend/executor/nodeBitmapHeapscan.c
+++ b/src/backend/executor/nodeBitmapHeapscan.c
@@ -42,7 +42,6 @@
 #include "executor/nodeBitmapHeapscan.h"
 #include "pgstat.h"
 #include "storage/bufmgr.h"
-#include "storage/predicate.h"
 #include "utils/memutils.h"
 #include "utils/snapmgr.h"
 #include "utils/tqual.h"
-- 
GitLab