pgsql: Fix confusion between "size" and "AnonymousShmemSize".

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix confusion between "size" and "AnonymousShmemSize".
Date: 2012-06-29 19:12:21
Message-ID: E1Skgc9-0006KC-Bf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix confusion between "size" and "AnonymousShmemSize".

Noted by Andres Freund. Also improve a couple of comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/42e2ce6ae3e931953135a55b173a5ec4c54506c4

Modified Files
--------------
src/backend/port/sysv_shmem.c | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-06-29 19:12:57 Re: pgsql: Dramatically reduce System V shared memory consumption.
Previous Message Andres Freund 2012-06-29 17:34:05 Re: pgsql: Dramatically reduce System V shared memory consumption.