pgsql: Remove misleading hints about reducing the System V request size

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove misleading hints about reducing the System V request size
Date: 2012-07-03 14:18:08
Message-ID: E1Sm3vc-0001ok-0T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove misleading hints about reducing the System V request size.

Since the request size will now be ~48 bytes regardless of how
shared_buffers et. al. are set, much of this advice is no longer
relevant.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6a77bff086b9bba94ab6cd6229a74f44d3ec266d

Modified Files
--------------
src/backend/port/sysv_shmem.c | 32 +++++++++-----------------------
1 files changed, 9 insertions(+), 23 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-07-03 14:45:00 Re: pgsql: Remove misleading hints about reducing the System V request size
Previous Message Robert Haas 2012-07-02 19:35:56 pgsql: Fix a stupid bug I introduced into XLogFlush().