Re: Fwd: 8.0 Beta3 worked, RC1 didn't!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fwd: 8.0 Beta3 worked, RC1 didn't!
Дата
Msg-id 9865.1103912883@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fwd: 8.0 Beta3 worked, RC1 didn't!  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers-win32
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I thought it was 00xDB0000 something but I can't find any mention of
> that.  Was it removed?  Are we now starting the postgres.exe binary and
> assuming we can map to the same shared memory address as postmaster.exe?

Looks that way to me; and I think it considerably safer than using any
hard-wired address.  My current feeling is that the problem stems from
waiting too long to reattach to shared memory, and that we ought to do
that as soon as we can read the shmem address info from the temp file.

Just had a thought ... is it possible that this problem was introduced
by the recent changes to pass backend variables in shared memory instead
of in a temp file?  ISTM fairly possible that mapping that memory is
going to interfere with where we need to map the main shared memory
block.  I see that it gets unmapped after being read, but maybe the
damage is already done.

            regards, tom lane

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Fwd: 8.0 Beta3 worked, RC1 didn't!
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Fwd: 8.0 Beta3 worked, RC1 didn't!