Re: Observed Compilation warning in WIN32 build

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Rajeev rastogi <rajeev(dot)rastogi(at)huawei(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Observed Compilation warning in WIN32 build
Date: 2014-01-29 04:39:14
Message-ID: CA+TgmoYJOUO2DoYxPux4wLXYk9UhvzWke+TRdvd+NtzPUsj7tA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 28, 2014 at 6:28 AM, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
> On 2014-01-28 09:13:15 +0000, Rajeev rastogi wrote:
>> I observed below WIN32 compilation warnings in postmaster.c (seems introduced by commit ea9df812d8502fff74e7bc37d61bdc7d66d77a7f "Relax the requirement that all lwlocks be stored in a single array.").
>
> This strikes me as the wrong fix, the types in BackendParams should be
> changed instead.

Agreed, fixed that way.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-01-29 04:41:35 Re: updated emacs configuration
Previous Message David Johnston 2014-01-29 04:16:27 Re: Patch: regexp_matches variant returning an array of matching positions