[HACKERS] Observed Compilation warning in WIN32 build

2014-01-28 Thread Rajeev rastogi
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\postmaster\postmaster.c(5625) : warning C4133: '=' :

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.).

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 and...@2ndquadrant.com 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