Re: shared memory message queues

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: shared memory message queues
Дата
Msg-id CA+TgmoYh00BYzjfeTASKwp9+tQdv-1Y0noCQp8HC003aZgYPEw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: shared memory message queues  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
On Tue, Jan 14, 2014 at 9:53 PM, Kevin Grittner <kgrittn@ymail.com> wrote:
> I'm not seeing that one but I am now getting these:
>
> setup.c: In function ‘test_shm_mq_setup’:
> setup.c:65:25: warning: ‘outq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
> setup.c:66:24: warning: ‘inq’ may be used uninitialized in this function [-Wmaybe-uninitialized]

That warning is bogus and I don't get it, but I'll add an
initialization to placate the compiler, which is being a bit too smart
for it's own good.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: shared memory message queues
Следующее
От: Andres Freund
Дата:
Сообщение: Re: shared memory message queues