mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix weird spacing in error message.
Seems to have been introduced in 1a3458b6d8
.
This commit is contained in:
@ -392,7 +392,7 @@ CreateAnonymousSegment(Size *size)
|
||||
errhint("This error usually means that PostgreSQL's request "
|
||||
"for a shared memory segment exceeded available memory, "
|
||||
"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 "
|
||||
"max_connections.",
|
||||
*size) : 0));
|
||||
|
Reference in New Issue
Block a user