Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d56886

Browse files
committed
Fix two missing spaces in error messages.
Josh Kupershmidt
1 parent60b142b commit9d56886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/port/sysv_shmem.c

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp