Re: [BUGS] My postmaster just crashed ! - Mailing list pgsql-general

From Tom Lane
Subject Re: [BUGS] My postmaster just crashed !
Date
Msg-id 23992.1106858262@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] My postmaster just crashed !  ("Frank D. Engel, Jr." <fde101@fjrhome.net>)
List pgsql-general
"Frank D. Engel, Jr." <fde101@fjrhome.net> writes:
> 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.

The above statement might be true with respect to long, but not int.

            regards, tom lane

pgsql-general by date:

Previous
From: David Fetter
Date:
Subject: Re: convert mdb files to pg?
Next
From: William Yu
Date:
Subject: Re: Splitting queries across servers