| От | Mark Mielke |
|---|---|
| Тема | Re: A Windows x64 port of PostgreSQL |
| Дата | |
| Msg-id | 486D09DB.3060101@mark.mielke.cc обсуждение исходный текст |
| Ответ на | Re: A Windows x64 port of PostgreSQL (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-hackers |
Tom Lane wrote: > To get a working WIN64 port it'd be necessary to go around and replace > long with size_t/ssize_t in the places where it matters --- but there > are not 450 of them, I don't think. And I'd advise not touching the > places that use int; that will just bloat the patch and make it harder > to review, without actually buying any functionality Plus - changing them all to 64-bit integers even for cases that will not ever require > 32-bit integers, is likely to be slower in all cases except for cases those that can be optimized to use only registers. I would use "int" by choice for any size that will never extend beyond 1 Gb as it is likely to perform the best. Cheers, mark -- Mark Mielke <mark@mielke.cc>
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера