1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix weird spacing in error message.

Seems to have been introduced in 1a3458b6d8.
This commit is contained in:
Tom Lane
2014-06-18 15:44:15 -04:00
parent d2a986b74a
commit 66802246e2

View File

@ -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));