Re: SHM ids (was running pgsql 7 under Jail'ed virtual machine on FreeBSD 4.2)
alex@pilosoft.com
From: Alex Pilosov <alex@pilosoft.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-general@postgresql.org
Date: 2001-01-05T23:06:55Z
Lists: pgsql-hackers, pgsql-general
On Fri, 5 Jan 2001, Tom Lane wrote: > Alex Pilosov <alex@pilosoft.com> writes: > > I'd suggest you do this: add a global backend_shmid_offset in ipc.c, > > initialized to current default, and an option to postgres to put a value > > there. > > Don't waste your time. This issue is gone in current sources. See > IpcMemoryCreate and IpcSemaphoreCreate in src/backend/storage/ipc/ipc.c. Damn. One of these days I'm going to go and get myself up on postgresql 7.1, so I won't bother you and others with silly things that are fixed in -current :) Thanks Tom -alex