Skip to content

Commit 6680224

Browse files
committed
Fix weird spacing in error message.
Seems to have been introduced in 1a3458b.
1 parent d2a986b commit 6680224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/port/sysv_shmem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ CreateAnonymousSegment(Size *size)
392392
errhint("This error usually means that PostgreSQL's request "
393393
"for a shared memory segment exceeded available memory, "
394394
"swap space or huge pages. To reduce the request size "
395-
"(currently %zu bytes), reduce PostgreSQL's shared "
395+
"(currently %zu bytes), reduce PostgreSQL's shared "
396396
"memory usage, perhaps by reducing shared_buffers or "
397397
"max_connections.",
398398
*size) : 0));

0 commit comments

Comments
 (0)