I have written a few Postgres extension functions in C, and want to modifysome of them to return an int8. However, I don't see any int8 definitionin postgres.h. (I have the 7.0.2 RPMs installed.) How should Iaccomplish this?