On 7/29/26 7:46 PM, Daniel Gustafsson wrote:
This version doesn't seem to work.
Sorry, it's my fault.
Only affects src/backend/replication/logical/logicalctl.c.
Please refer to the attachment.
--
Quan Zongliang
diff --git a/src/backend/commands/analyze.c b/src/backend/commands/analyze.c
index f66e80b757c..e3e30839923 100644
--- a/src/backend/commands/analyze.c
+++ b/src/backend/commands/analyze.c
@@ -44,7 +44,6 @@
#include "statistics/extended_stats_internal.h"
#include "statistics/statistics.h"
#include "storage/bufmgr.h"
-#include "storage/procarray.h"
#include "utils/attoptcache.h"
#include "utils/datum.h"
#include "utils/guc.h"
diff --git a/src/backend/replication/logical/logicalctl.c
b/src/backend/replication/logical/logicalctl.c
index 4a690a631da..f50f9aa659f 100644
--- a/src/backend/replication/logical/logicalctl.c
+++ b/src/backend/replication/logical/logicalctl.c
@@ -70,7 +70,6 @@
#include "storage/ipc.h"
#include "storage/lmgr.h"
#include "storage/proc.h"
-#include "storage/procarray.h"
#include "storage/procsignal.h"
#include "storage/subsystems.h"
#include "utils/injection_point.h"