Re: [HACKERS] Observed Compilation warning in WIN32 build

2014-01-28 Thread Robert Haas
On Tue, Jan 28, 2014 at 6:28 AM, Andres Freund wrote: > On 2014-01-28 09:13:15 +, 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

Re: [HACKERS] Observed Compilation warning in WIN32 build

2014-01-28 Thread Andres Freund
On 2014-01-28 09:13:15 +, 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."). > > 1>.\src\backend\p