Re: pgsql: Try to convince gcc that TupleQueueRemap never falls off the end

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Try to convince gcc that TupleQueueRemap never falls off the end
Дата
Msg-id 563E0CE6.3060308@gmx.net
обсуждение исходный текст
Ответ на pgsql: Try to convince gcc that TupleQueueRemap never falls off the end  (Robert Haas <rhaas@postgresql.org>)
Список pgsql-committers
On 11/6/15 11:06 PM, Robert Haas wrote:
> Try to convince gcc that TupleQueueRemap never falls off the end.
>
> Without this, MacOS gcc version 4.2.1 isn't convinced.

I still see some compiler warnings from this:

tqueue.c: In function ‘tqueueReceiveSlot’:
tqueue.c:124:18: warning: variable ‘tup’ set but not used
[-Wunused-but-set-variable]
tqueue.c: In function ‘TupleQueueRemapTuple’:
tqueue.c:612:7: warning: variable ‘dirty’ set but not used
[-Wunused-but-set-variable]



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Try to convince gcc that TupleQueueRemap never falls off the end
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix enforcement of restrictions inside regexp lookaround constra