0004-Remove-unused-headers-from-execReplication.c.patch

text/x-patch

Filename: 0004-Remove-unused-headers-from-execReplication.c.patch
Type: text/x-patch
Part: 2
Message: [PATCH} Move instrumentation structs

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: format-patch
Series: patch 0004
Subject: Remove unused headers from execReplication.c
File+
src/backend/executor/execReplication.c 0 2
From ba55059451c11d3608fc588dd5cc2221f48c47e6 Mon Sep 17 00:00:00 2001
From: Mario Gonzalez <mario.gonzalez@enterprisedb.com>
Date: Mon, 3 Nov 2025 19:36:23 -0300
Subject: [PATCH 4/4] Remove unused headers from execReplication.c

Signed-off-by: Mario Gonzalez <gonzalemario@gmail.com>
---
 src/backend/executor/execReplication.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c
index 3ca2ff8e466..5015d03e43f 100644
--- a/src/backend/executor/execReplication.c
+++ b/src/backend/executor/execReplication.c
@@ -17,13 +17,11 @@
 #include "access/amapi.h"
 #include "access/commit_ts.h"
 #include "access/genam.h"
-#include "access/gist.h"
 #include "access/relscan.h"
 #include "access/tableam.h"
 #include "access/transam.h"
 #include "access/xact.h"
 #include "access/heapam.h"
-#include "catalog/pg_am_d.h"
 #include "commands/trigger.h"
 #include "executor/executor.h"
 #include "executor/nodeModifyTable.h"
-- 
2.39.5