Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4067e commit fd1afbbCopy full SHA for fd1afbb
src/backend/port/sysv_shmem.c
@@ -392,7 +392,7 @@ CreateAnonymousSegment(Size *size)
392
errhint("This error usually means that PostgreSQL's request "
393
"for a shared memory segment exceeded available memory, "
394
"swap space or huge pages. To reduce the request size "
395
- "(currently %zu bytes), reduce PostgreSQL's shared "
+ "(currently %zu bytes), reduce PostgreSQL's shared "
396
"memory usage, perhaps by reducing shared_buffers or "
397
"max_connections.",
398
*size) : 0));
0 commit comments