Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8

Поиск
Список
Период
Сортировка
От Kurt Roeckx
Тема Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8
Дата
Msg-id 20031201224219.GA15707@ping.be
обсуждение исходный текст
Ответ на Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8
Список pgsql-patches
On Mon, Dec 01, 2003 at 05:19:17PM -0500, Tom Lane wrote:
> Thomas Baden <lindysandiego@yahoo.com> writes:
> > Hi there.  My install was failing the regression tests
> > due to a shared memory error.
>
> After reviewing the proposed patch, I find it hard to believe that the
> patch would have fixed any such problem --- even if key_t is 64 bits
> on your system, the code should still have worked, because we'd never
> have selected a key value wider than 32 bits anyway.  What *exact*
> misbehavior were you seeing?

It's not the key (key_t) that is the problem, but the size, which
used to be int but got replaced by a size_t.


Kurt


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: introduce "default_use_oids"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql: \dg and groups for \du