Manfred Koizar <[EMAIL PROTECTED]> writes: > Performance was not the primary motivation. I found it confusing to > have doubles everywhere and not to know whether a variable is declared > as double, because > . we need the fractional part (e.g. a probability) > . or it should be able to hold an integral value of more than 32 bits. > So I just invented my own datatype for huge integers.
Well, if you want to "typedef double TupleCount" as a documentation aid, I don't object, but let's not do it just locally in analyze.c. There are a bunch of other places that do the same thing. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])