From: Andres Freund 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 --oaf4egjku6f6i2la Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v2-0016-don-t-include-stringinfo.h-in-plannodes.h.patch"