public inbox for [email protected]
help / color / mirror / Atom feedtypofix for sysv_shmem.c
2+ messages / 2 participants
[nested] [flat]
* typofix for sysv_shmem.c
@ 2011-03-31 21:49 Josh Kupershmidt <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Josh Kupershmidt @ 2011-03-31 21:49 UTC (permalink / raw)
To: pgsql-docs
Fixing two missing spaces in messages from sysv_shmem.c
Josh
Attachments:
[application/octet-stream] sysv_shmem.diff (1.4K, 2-sysv_shmem.diff)
download | inline diff:
diff --git a/src/backend/port/sysv_shmem.c b/src/backend/port/sysv_shmem.c
index aba6fa8..102a28e 100644
--- a/src/backend/port/sysv_shmem.c
+++ b/src/backend/port/sysv_shmem.c
@@ -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.",
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: typofix for sysv_shmem.c
@ 2011-04-01 11:44 Heikki Linnakangas <[email protected]>
parent: Josh Kupershmidt <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Heikki Linnakangas @ 2011-04-01 11:44 UTC (permalink / raw)
To: Josh Kupershmidt <[email protected]>; +Cc: pgsql-docs
On 01.04.2011 00:49, Josh Kupershmidt wrote:
> Fixing two missing spaces in messages from sysv_shmem.c
Thanks, fixed.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2011-04-01 11:44 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-03-31 21:49 typofix for sysv_shmem.c Josh Kupershmidt <[email protected]>
2011-04-01 11:44 ` Heikki Linnakangas <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox