Re: Patches for AIX builds..

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patches for AIX builds..
Дата
Msg-id 18411.1011039015@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Patches for AIX builds..  (Rick Flower <Richard.Flower@quest.com>)
Список pgsql-patches
Rick Flower <Richard.Flower@quest.com> writes:
> As for the signed vs. unsigned chars, I only enabled that option as a
> way to cut down on the massive amount of warnings about type
> mismatches that occur in some of the build directories (odbc as a
> minimum) -- most directories are fine, but some of them elicit many
> warnings on this compiler/platform combination.

Hmm, I should think that -qchars=signed would make it *worse*.  What I
see, in certain files, is lots of complaints that the code is implicitly
casting between "char *" and "unsigned char *".  I don't recall any
places where we make use of "signed char".

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patches for AIX builds..
Следующее
От: Brent Verner
Дата:
Сообщение: Re: [BUGS] COPY when 'filename' is a directory