0002-Remove-unneeded-include.patch
text/x-patch
Filename: 0002-Remove-unneeded-include.patch
Type: text/x-patch
Part: 1
Message:
Re: Interrupts vs signals
Patch
Format: format-patch
Series: patch 0002
Subject: Remove unneeded #include
| File | + | − |
|---|---|---|
| src/include/storage/buf_internals.h | 0 | 1 |
From 09024c0a1e606a33da9a3ad29902493c6a7372fe Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas <heikki.linnakangas@iki.fi> Date: Sat, 24 Aug 2024 00:26:46 +0300 Subject: [PATCH 02/11] Remove unneeded #include Unneeded since commit d72731a704. --- src/include/storage/buf_internals.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index f190e6e5e4..eda6c69921 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -20,7 +20,6 @@ #include "storage/buf.h" #include "storage/bufmgr.h" #include "storage/condition_variable.h" -#include "storage/latch.h" #include "storage/lwlock.h" #include "storage/shmem.h" #include "storage/smgr.h" -- 2.39.2