Bruce Momjian <[EMAIL PROTECTED]> writes: > There were only a few to fix, so I fixed them. I don't think it's a good idea to write unspecified-width "int" in the struct decls for Interval and friends. If the compiler decides someday that that's int8, things break because the physical size of Interval etc. is hardwired over in pg_type.h. Use "int32", or perhaps revert these to int4. regards, tom lane
- [HACKERS] int4 or int32 Peter Eisentraut
- Re: [HACKERS] int4 or int32 Tom Lane
- Re: [HACKERS] int4 or int32 Bruce Momjian
- Re: [HACKERS] int4 or int32 Tom Lane
- Re: [HACKERS] int4 or int32 Bruce Momjian
- Re: [HACKERS] int4 or int32 Bruce Momjian
- Re: [HACKERS] int4 or int32 Tom Lane
- Re: [HACKERS] int4 or int32 Bruce Momjian