Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix two missing spaces in error messages.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 1 Apr 2011 11:41:39 +0000 (14:41 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 1 Apr 2011 11:42:38 +0000 (14:42 +0300)
Josh Kupershmidt

src/backend/port/sysv_shmem.c

index aba6fa83ae9021004dd6c1165304b7cf173536e9..102a28ed04e1eaaf7181f0e568c6034eca5aa539 100644 (file)
@@ -153,7 +153,7 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, Size size)
          "segment exceeded your kernel's SHMMAX parameter.  You can either "
                         "reduce the request size or reconfigure the kernel with larger SHMMAX.  "
                  "To reduce the request size (currently %lu bytes), reduce "
-                      "PostgreSQL's shared memory usage, perhaps by reducing shared_buffers"
+                      "PostgreSQL's shared memory usage, perhaps by reducing shared_buffers "
                         "or max_connections.\n"
                         "If the request size is already small, it's possible that it is less than "
                         "your kernel's SHMMIN parameter, in which case raising the request size or "
@@ -167,7 +167,7 @@ InternalIpcMemoryCreate(IpcMemoryKey memKey, Size size)
                         "or exceeded your kernel's SHMALL parameter.  You can either "
                         "reduce the request size or reconfigure the kernel with larger SHMALL.  "
                  "To reduce the request size (currently %lu bytes), reduce "
-                      "PostgreSQL's shared memory usage, perhaps by reducing shared_buffers"
+                      "PostgreSQL's shared memory usage, perhaps by reducing shared_buffers "
                         "or max_connections.\n"
        "The PostgreSQL documentation contains more information about shared "
                         "memory configuration.",