Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9d56886

Browse files
committed
Fix two missing spaces in error messages.
Josh Kupershmidt
1 parent 60b142b commit 9d56886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/sysv_shmem.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, Size size)
153153
"segment exceeded your kernel's SHMMAX parameter. You can either "
154154
"reduce the request size or reconfigure the kernel with larger SHMMAX. "
155155
"To reduce the request size (currently %lu bytes), reduce "
156-
"PostgreSQL's shared memory usage, perhaps by reducing shared_buffers"
156+
"PostgreSQL's shared memory usage, perhaps by reducing shared_buffers "
157157
"or max_connections.\n"
158158
"If the request size is already small, it's possible that it is less than "
159159
"your kernel's SHMMIN parameter, in which case raising the request size or "
@@ -167,7 +167,7 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, Size size)
167167
"or exceeded your kernel's SHMALL parameter. You can either "
168168
"reduce the request size or reconfigure the kernel with larger SHMALL. "
169169
"To reduce the request size (currently %lu bytes), reduce "
170-
"PostgreSQL's shared memory usage, perhaps by reducing shared_buffers"
170+
"PostgreSQL's shared memory usage, perhaps by reducing shared_buffers "
171171
"or max_connections.\n"
172172
"The PostgreSQL documentation contains more information about shared "
173173
"memory configuration.",

0 commit comments

Comments
 (0)