public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
Subject: [PATCH v2 15/17] don't include relpath.h in plannodes.h
Date: Fri, 13 Mar 2026 11:12:45 -0400
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"
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH v2 15/17] don't include relpath.h in plannodes.h
In-Reply-To: <no-message-id-723602@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox