Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Дата
Msg-id 11079.1349621838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> Are you sure this is going to fix the Windows issues?

Well, it will fix the 'LOBLKSIZELL' business anyway --- that's coming
from trying to use INT64CONST() on something that's not, um, a constant.

More generally, though, it's glaringly obvious that this patch was never
tested on a 32-bit build.  Somebody had better do that.

            regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Quiet a few MSC compiler warnings.