0001-procarray.h-does-not-need-storage-lock.h-for-anythin.patch

text/x-patch

Filename: 0001-procarray.h-does-not-need-storage-lock.h-for-anythin.patch
Type: text/x-patch
Part: 0
Message: Re: Adding locks statistics

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 0001
Subject: procarray.h does not need storage/lock.h for anything
File+
src/include/storage/procarray.h 0 1
From aa6155106b7f5dc697df54dc4e4aeb5c6419ec92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=81lvaro=20Herrera?= <alvherre@kurilemu.de>
Date: Sat, 21 Mar 2026 20:33:10 +0100
Subject: [PATCH 1/4] procarray.h does not need storage/lock.h for anything

No fallout from this change.  Weird
---
 src/include/storage/procarray.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/include/storage/procarray.h b/src/include/storage/procarray.h
index c5ab1574fe3..abdf021e66e 100644
--- a/src/include/storage/procarray.h
+++ b/src/include/storage/procarray.h
@@ -14,7 +14,6 @@
 #ifndef PROCARRAY_H
 #define PROCARRAY_H
 
-#include "storage/lock.h"
 #include "storage/standby.h"
 #include "utils/relcache.h"
 #include "utils/snapshot.h"
-- 
2.47.3