I have written a few Postgres extension functions in C, and want to modify some of them to return an int8. However, I don't see any int8 definition in postgres.h. (I have the 7.0.2 RPMs installed.) How should I accomplish this?
- Re: [SQL] C functions and int8? Forest Wilkinson
- Re: [SQL] C functions and int8? Karel Zak
- Re: [SQL] C functions and int8? Forest Wilkinson
- Re: [SQL] C functions and int8? Tom Lane