0002-TEST-lower-SLRU_PAGES_PER_SEGMENT.patch
application/octet-stream
Filename: 0002-TEST-lower-SLRU_PAGES_PER_SEGMENT.patch
Type: application/octet-stream
Part: 6
Message:
Re: POC: make mxidoff 64 bits
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 0002
Subject: TEST: lower SLRU_PAGES_PER_SEGMENT
| File | + | − |
|---|---|---|
| src/include/access/slru.h | 1 | 1 |
From 57f96bdfe7b78794e7abe8802550e4a31e6c9370 Mon Sep 17 00:00:00 2001 From: Maxim Orlov <orlovmg@gmail.com> Date: Fri, 8 Nov 2024 20:56:27 +0300 Subject: [PATCH 2/2] TEST: lower SLRU_PAGES_PER_SEGMENT --- src/include/access/slru.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/access/slru.h b/src/include/access/slru.h index 97e612cd10..74dd54819d 100644 --- a/src/include/access/slru.h +++ b/src/include/access/slru.h @@ -36,7 +36,7 @@ * take no explicit notice of that fact in slru.c, except when comparing * segment and page numbers in SimpleLruTruncate (see PagePrecedes()). */ -#define SLRU_PAGES_PER_SEGMENT 32 +#define SLRU_PAGES_PER_SEGMENT 2 /* * Page status codes. Note that these do not include the "dirty" bit. -- 2.43.0