1
0
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:
Tom Lane 2014-06-18 15:44:15 -04:00
parent 8b4067e6ec
commit fd1afbbedc

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