From 26ca8f186afad71677684a72bceb757c34eeab6c Mon Sep 17 00:00:00 2001
From: Andres Freund <andres@anarazel.de>
Date: Fri, 13 Mar 2026 11:12:45 -0400
Subject: [PATCH v2 15/17] don't include relpath.h in plannodes.h

This is nice because it avoids the indirect include of catversion.h, which in
turn is often the trigger for rebuilding large portions of the tree.
---
 src/include/nodes/plannodes.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index 8c9321aab8c..2d4e4632d73 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -16,7 +16,6 @@
 
 #include "access/sdir.h"
 #include "access/stratnum.h"
-#include "common/relpath.h"
 #include "lib/stringinfo.h"
 #include "nodes/bitmapset.h"
 #include "nodes/lockoptions.h"
-- 
2.53.0.1.gb2826b52eb

