Re: [GENERAL] Portability of pgsql database files.

2005-05-26 Thread Tom Lane
"David M. Lee" <[EMAIL PROTECTED]> writes: > I have a system that is dual bootable for both i686 and x86_64. Would > there be any issues using the PostgreSQL database files generated for > i686 on x86_64, or vice versa? You'd probably have problems with the different data alignment rules for the

Re: [GENERAL] Portability of pgsql database files.

2005-05-26 Thread Bruce Momjian
David M. Lee wrote: > I have a system that is dual bootable for both i686 and x86_64. Would > there be any issues using the PostgreSQL database files generated for > i686 on x86_64, or vice versa? Uh, if the padding is the same, it would work, but we never test such things. -- Bruce Momjian

[GENERAL] Portability of pgsql database files.

2005-05-26 Thread David M. Lee
I have a system that is dual bootable for both i686 and x86_64. Would there be any issues using the PostgreSQL database files generated for i686 on x86_64, or vice versa? Thanks! dave <>< ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmast