From: =?UTF-8?q?=C3=81lvaro=20Herrera?= Date: Sun, 22 Mar 2026 19:33:09 +0100 Subject: [PATCH v2 12/15] cluster.h can do with just lockdefs.h --- src/include/commands/cluster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 28741988478..c79cd2d0e19 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -15,7 +15,7 @@ #include "nodes/parsenodes.h" #include "parser/parse_node.h" -#include "storage/lock.h" +#include "storage/lockdefs.h" #include "utils/relcache.h" -- 2.47.3 --3mo6hy575thcal37 Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="v2-0013-toasting.h-only-needs-lockdefs.h.patch"