mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
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
This commit is contained in:
2
src/backend/utils/cache/inval.c
vendored
2
src/backend/utils/cache/inval.c
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user