Re: shared memory message queues - Mailing list pgsql-hackers

From Robert Haas
Subject Re: shared memory message queues
Date
Msg-id CA+TgmoYh00BYzjfeTASKwp9+tQdv-1Y0noCQp8HC003aZgYPEw@mail.gmail.com
Whole thread Raw
In response to Re: shared memory message queues  (Kevin Grittner <kgrittn@ymail.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: shared memory message queues
Next
From: Andres Freund
Date:
Subject: Re: shared memory message queues