Re: Win32 port

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Win32 port
Дата
Msg-id 3DC968FE.5E842F5C@Yahoo.com
обсуждение исходный текст
Ответ на Re: Win32 port  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Win32 port  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> 
> Here is a list of patch areas that I will address with the Win32 port:
> 
>         fork/exec
>         loop rename test
>         handle \r in COPY
>         copydir for cp -r
>         backslash tests
>         rmdir not recursive for rm -r
>         shared memory could map to new address in exec child

That's actually not done in the port yet. Thomas once overhauled the
hashtable code and changed it from using offsets to pointers. This code
is used for shared hashtables, so the mapping has to be done at a fixed
address for now.


Jan

-- 

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Final Beta ... Hopefully?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 port