v2-0004-Remove-unused-headers-from-execReplication.c.patch
text/x-patch
Filename: v2-0004-Remove-unused-headers-from-execReplication.c.patch
Type: text/x-patch
Part: 1
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 v2-0004
Subject: Remove unused headers from execReplication.c
| File | + | − |
|---|---|---|
| src/backend/executor/execReplication.c | 0 | 2 |
From 3a3653e00e5a05b807ce5abf280ec4b7d7b4199f Mon Sep 17 00:00:00 2001 From: Mario Gonzalez <gonzalemario@gmail.com> Date: Mon, 3 Nov 2025 19:36:23 -0300 Subject: [PATCH v2 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 0431adfc82c..8b3ef13efe7 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