mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Fix weird spacing in error message.
Seems to have been introduced in 1a3458b6d8d202715a83c88474a1b63726d0929e.
This commit is contained in:
parent
8b4067e6ec
commit
fd1afbbedc
@ -392,7 +392,7 @@ CreateAnonymousSegment(Size *size)
|
|||||||
errhint("This error usually means that PostgreSQL's request "
|
errhint("This error usually means that PostgreSQL's request "
|
||||||
"for a shared memory segment exceeded available memory, "
|
"for a shared memory segment exceeded available memory, "
|
||||||
"swap space or huge pages. To reduce the request size "
|
"swap space or huge pages. To reduce the request size "
|
||||||
"(currently %zu bytes), reduce PostgreSQL's shared "
|
"(currently %zu bytes), reduce PostgreSQL's shared "
|
||||||
"memory usage, perhaps by reducing shared_buffers or "
|
"memory usage, perhaps by reducing shared_buffers or "
|
||||||
"max_connections.",
|
"max_connections.",
|
||||||
*size) : 0));
|
*size) : 0));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user