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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Baden <lindysandiego(at)yahoo(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8
Date: 2003-12-01 22:19:17
Message-ID: 27204.1070317157@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Thomas Baden <lindysandiego(at)yahoo(dot)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?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-12-01 22:21:39 Re: psql: \dg and groups for \du
Previous Message Bruce Momjian 2003-12-01 22:18:31 Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8