aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2025-04-11 22:17:12 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2025-04-11 22:17:12 +0200
commit847bbb21f8c4eb0e2b47417684ad2ba9255c9e80 (patch)
tree23991d3e0bf7ed3c3cbe758d2f4018c3b3676dd3 /src/backend/utils/cache
parent5822bf21d50eb3a4938066951727294e3d33ca6c (diff)
downloadpostgresql-847bbb21f8c4eb0e2b47417684ad2ba9255c9e80.tar.gz
postgresql-847bbb21f8c4eb0e2b47417684ad2ba9255c9e80.zip
Fix recently introduced typos
This fixes typos in docs and comments introduced during the v18 development cycle, to keep them from ending up in backbranches. Author: Jacob Brazeal <jacob.brazeal@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
Diffstat (limited to 'src/backend/utils/cache')
-rw-r--r--src/backend/utils/cache/inval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/inval.c b/src/backend/utils/cache/inval.c
index 4eb67720737..4893dbdd7c8 100644
--- a/src/backend/utils/cache/inval.c
+++ b/src/backend/utils/cache/inval.c
@@ -1744,7 +1744,7 @@ CacheInvalidateSmgr(RelFileLocatorBackend rlocator)
/* verify optimization stated above stays valid */
StaticAssertStmt(MAX_BACKENDS_BITS <= 23,
- "MAX_BACKEND_BITS is too big for inval.c");
+ "MAX_BACKENDS_BITS is too big for inval.c");
msg.sm.id = SHAREDINVALSMGR_ID;
msg.sm.backend_hi = rlocator.backend >> 16;