pgsql: Remove misleading hints about reducing the System V request size - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove misleading hints about reducing the System V request size
Date
Msg-id E1Sm3vc-0001ok-0T@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove misleading hints about reducing the System V request size  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix a stupid bug I introduced into XLogFlush().
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Remove misleading hints about reducing the System V request size