Re: [BUGS] My postmaster just crashed !

From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: "postgresql" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [BUGS] My postmaster just crashed !
Date: 2005-01-27 21:07:39
Message-ID: CC1CF380F4D70844B01D45982E671B2348E579@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Frank D. Engel, Jr. wrote:
> I think it is an internal thing with gcc that the size of a pointer
> and
> sizeof(int) are always the same, regardless of machine word size...
> with a 64-bit binary, sizeof(int) and sizeof(void *) should both be 8,
> which still causes them to be equal.

On AMD64, gcc produced: int 4 long 8 pointer 8
--
Guy Rouillier

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alonso Garca 2005-01-27 21:13:12 how to read do the psq \i command
Previous Message Dann Corbit 2005-01-27 21:01:54 Re: Splitting queries across servers