Hannu Krosing writes: > > The first thought that comes to mind is that XIDs should be promoted to > > eight bytes. However there are several practical problems with this: > > * portability --- I don't believe long long int exists on all the > > platforms we support. > > I suspect that gcc at least supports long long on all OS-s we support Uh, we don't want to depend on gcc, do we? But we could make the XID a struct of two 4-byte integers, at the obvious increase in storage size. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
- [HACKERS] Transaction ID wraparound: problem and proposed... Tom Lane
- Re: [HACKERS] Transaction ID wraparound: problem and... Philip Warner
- Re: [HACKERS] Transaction ID wraparound: problem... Tom Lane
- Re: [HACKERS] Transaction ID wraparound: pro... Rod Taylor
- Re: [HACKERS] Transaction ID wraparound: pro... Hannu Krosing
- Re: [HACKERS] Transaction ID wraparound:... Nathan Myers
- Re: [HACKERS] Transaction ID wraparound: problem and... Bruce Momjian
- Re: [HACKERS] Transaction ID wraparound: problem... Vadim Mikheev
- Re: [HACKERS] Transaction ID wraparound: problem and... Hannu Krosing
- Re: [HACKERS] Transaction ID wraparound: problem... Peter Eisentraut
- Re: [HACKERS] Transaction ID wraparound: pro... Larry Rosenman
- Re: [HACKERS] Transaction ID wraparound:... Tom Lane
- Re: [HACKERS] Transaction ID wrapar... Larry Rosenman
- Re: [HACKERS] Transaction ID wraparound: pro... Hannu Krosing
- Re: [HACKERS] Transaction ID wraparound:... Larry Rosenman
- Re: [HACKERS] Transaction ID wraparound: problem... Tom Lane
- Re: [HACKERS] Transaction ID wraparound: pro... Mark Hollomon
- Re: [HACKERS] Transaction ID wraparound: problem and... Bruce Momjian
- Re: [HACKERS] Transaction ID wraparound: problem... Nathan Myers
- status of 64bit ints? was: Re: [HACKERS] Transa... Marko Kreen