Re: Multiple Xids in PGPROC?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Multiple Xids in PGPROC?
Дата
Msg-id 16541.1083727267@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Multiple Xids in PGPROC?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: Multiple Xids in PGPROC?  (Manfred Koizar <mkoi-pg@aon.at>)
Re: Multiple Xids in PGPROC?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> So, the big question is, how do we do this?  The most obvious way (to
> me) is to keep the whole array inside the PGPROC struct.
> ...
> The main downside is that it potentially
> requires a lot of shared memory.  Can we afford that?

No.  Shared memory is fixed size, therefore the above is guaranteed to
fail.

I thought we had devised a solution that did not require expansible
shared memory for this.  Bruce, Manfred, do you recall how that went?
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Multiple Xids in PGPROC?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Multiple Xids in PGPROC?