From 2a267d6512a3af5841ae299a959e20b76f46cf85 Mon Sep 17 00:00:00 2001
From: "Chao Li (Evan)" <lic@highgo.com>
Date: Fri, 27 Feb 2026 17:26:55 +0800
Subject: [PATCH v1] launch_backend: Remove duplicate include under
 EXEC_BACKEND

Author: Chao Li <lic@highgo.com>
---
 src/backend/postmaster/launch_backend.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/backend/postmaster/launch_backend.c b/src/backend/postmaster/launch_backend.c
index e9134b9751b..8795a0ba07d 100644
--- a/src/backend/postmaster/launch_backend.c
+++ b/src/backend/postmaster/launch_backend.c
@@ -53,21 +53,16 @@
 #include "tcop/backend_startup.h"
 #include "utils/memutils.h"
 
-#ifdef EXEC_BACKEND
-#include "nodes/queryjumble.h"
-#include "storage/pg_shmem.h"
-#include "storage/spin.h"
-#endif
-
-
 #ifdef EXEC_BACKEND
 
 #include "common/file_utils.h"
+#include "nodes/queryjumble.h"
 #include "storage/fd.h"
 #include "storage/lwlock.h"
 #include "storage/pmsignal.h"
 #include "storage/proc.h"
 #include "storage/procsignal.h"
+#include "storage/spin.h"
 #include "tcop/tcopprot.h"
 #include "utils/injection_point.h"
 
-- 
2.50.1 (Apple Git-155)

