"Frank D. Engel, Jr." <fde101@xxxxxxxxxxx> 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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend