From d637312952ac34c5f5783dd033398caeb6257d17 Mon Sep 17 00:00:00 2001
From: Andrey Borodin <amborodin@acm.org>
Date: Sun, 4 Aug 2024 21:34:24 +0500
Subject: [PATCH v0 4/4] Adjust dshash.c comment about NUM_BUFFER_PARTITIONS

---
 src/backend/lib/dshash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/lib/dshash.c b/src/backend/lib/dshash.c
index 93a9e21ddd..e1a34d853f 100644
--- a/src/backend/lib/dshash.c
+++ b/src/backend/lib/dshash.c
@@ -51,7 +51,7 @@ struct dshash_table_item
 };
 
 /*
- * The number of partitions for locking purposes.  This is set to match
+ * The number of partitions for locking purposes.  This is set to match default
  * NUM_BUFFER_PARTITIONS for now, on the basis that whatever's good enough for
  * the buffer pool must be good enough for any other purpose.  This could
  * become a runtime parameter in future.
-- 
2.39.3 (Apple Git-146)

