Re: Page layout footprint

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: Page layout footprint
Дата
Msg-id 48BD9234.4020905@sun.com
обсуждение исходный текст
Ответ на Page layout footprint  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-hackers
Zdenek Kotala napsal(a):

> 
> 32/64 bit issue is little bit different story and it is general (not 
> only SPARC but on SPARC has bigger impact). Problem is that CRC32 gives 
> probably different result when it is compiled 32bit or 64bit. I'm going 
> to examine it more.

I'm sorry about noise. Everything works as expected. I tested 8.3 and 
looked into 8.4 code :(. The problem with 8.3 is that control file uses 
time_t which is defined as long and it is not portable between 32bits 
and 64bits server version. Version 8.4 is OK, because it uses pg_time_t 
which is alway 64bit long.
    Zdenek


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP patch: Collation support
Следующее
От: Alvaro Herrera
Дата:
Сообщение: make dist does not include man.tar.gz and postgres.tar.gz