Re: pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI
Дата
Msg-id 1184274126.27878.29.camel@dell.linuxdev.us.dell.com
обсуждение исходный текст
Ответ на pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI  (tgl@postgresql.org (Tom Lane))
Ответы Re: pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Thu, 2007-07-12 at 17:36 -0300, Tom Lane wrote:
> Fix some warnings (probably actual bugs) generated by new GSSAPI code
> when built on a 64-bit machine.  Per buildfarm results extracted by Stefan.

Wouldn't it be more correct to cast size_t to unsigned long, rather than
unsigned int? Obviously getting GSS tokens larger than an unsigned int
is unlikely to say the least, so it's probably not a problem in
practice.

-Neil



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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix some warnings (probably actual bugs) generated by new GSSAPI
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Compute max and min int8 values using unsigned arithmetic, in