Commit 66802246 authored by Tom Lane's avatar Tom Lane

Fix weird spacing in error message.

Seems to have been introduced in 1a3458b6.
parent d2a986b7
...@@ -392,7 +392,7 @@ CreateAnonymousSegment(Size *size) ...@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment