Re: Ready for RC3?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Ready for RC3?
Date: 2004-12-28 15:50:45
Message-ID: 499.1104249045@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> There is the issue with shared mem on Win2003 that came up the other
> day. I don't think it's a general error, but rather something
> environment specific. (I've had several reports of ppl with fairly large
> databases in production on win2003 that don't have this problem).

I doubt that size of database has anything at all to do with this.

Is there a way to determine current end of ordinary memory in Windows?
(Something akin to sbrk(0) on Unix.) It would be interesting to get the
complainant to try it with some code added that prints out the memory
end address both just before the postmaster creates the shmem segment,
and just before the child process tries to attach to it. (Maybe these
are the same place in the code, don't recall for sure.)

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-28 16:04:28 Re: Ready for RC3?
Previous Message lsunley 2004-12-28 15:42:21 Multiple language support