Re: Proposal: More portable way to support 64bit platforms

Поиск
Список
Период
Сортировка
От Tsutomu Yamada
Тема Re: Proposal: More portable way to support 64bit platforms
Дата
Msg-id 25832.1249383814@srapc2360.sra.co.jp
обсуждение исходный текст
Ответ на Proposal: More portable way to support 64bit platforms  (Tsutomu Yamada <tsutomu@sraoss.co.jp>)
Ответы Re: Proposal: More portable way to support 64bit platforms  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:> On Fri, Jul 24, 2009 at 4:24 PM, Peter Eisentraut<peter_e@gmx.net> wrote:>
>On Friday 26 June 2009 12:07:24 Tsutomu Yamada wrote:> >> Included is a conceptual patch to use intptr_t. Comments are
welcome.>>> > After closer inspection, not having a win64 box available, I have my doubts> > whether this patch
actuallydoes anything. Foremost, it doesn't touch the> > definition of the Datum type, which ought to be at the core of
achange like> > this.> >> > Now I see that you call this a "conceptual patch". Perhaps we should wait> > until you have
developedit into a complete patch?> > Is there any reason to consider this patch any further during this> CommitFest?
Itseems that this is a long way from being ready to go.
 

I'm sorry for delaying response.

This patch is needed as a base of the fix for Windows x64 in the future.

There are still a lot of corrections necessary for Win x64.
(typedef Datum, shared buffer, "%lu" messages, headers, build scripts, ...)
We are trying these now, and want to offer the result to the next Commit Fest.

Because we are glad if this pointer patch is confirmed at the early stage,
we submitted patch to this Commit Fest.

Thanks.

-- 
Tsutomu Yamada
SRA OSS, Inc. Japan


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: SE-PostgreSQL Specifications
Следующее
От: Alvaro Herrera
Дата:
Сообщение: doing %-expansion in plpgsql RAISE USING