SHMEM_INDEX_SIZE exceeded on startup

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: SHMEM_INDEX_SIZE exceeded on startup
Date: 2011-03-29 17:20:00
Message-ID: 4D91CE70020000250003BECF@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I doubt that this is going to matter much, and should only have a
trivial impact on shared space calculations and postmaster and
connection startup time, but just as a matter of principle we might
want to set SHMEM_INDEX_SIZE at least as large as the number of
entries in ShmemIndex. At startup that seems to be 40 as of current
HEAD.

Trivial patch attached.

-Kevin

Attachment Content-Type Size
shmem-index-size.patch text/plain 685 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gurjeet Singh 2011-03-29 17:41:41 Re: Triggers on system catalog
Previous Message Simon Riggs 2011-03-29 17:10:57 Re: Additional options for Sync Replication