| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Frank D(dot) Engel, Jr(dot)" <fde101(at)fjrhome(dot)net> |
| Cc: | postgresql <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: [BUGS] My postmaster just crashed ! |
| Date: | 2005-01-27 20:37:42 |
| Message-ID: | 23992.1106858262@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-general |
"Frank D. Engel, Jr." <fde101(at)fjrhome(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Prasanth | 2005-01-27 20:44:21 | PostgreSQL 8.0 pg_dump |
| Previous Message | Tom Lane | 2005-01-27 20:35:00 | Re: 8.0.0 make check fails on Solaris 9 (sparc) |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | William Yu | 2005-01-27 20:40:56 | Re: Splitting queries across servers |
| Previous Message | David Fetter | 2005-01-27 20:35:03 | Re: convert mdb files to pg? |