Re: [HACKERS] Case sensitive mode in windows build option

2014-01-23 Thread Tom Lane
Andrew Dunstan writes: > I have committed this. It's in the commitfest as a bug fix, but I don't > think it's strictly a bug. OTOH, it's pretty harmless. Do we want to > backpatch it? Given the lack of field complaints, I'd say it's not worth the trouble. regards, tom lan

Re: [HACKERS] Case sensitive mode in windows build option

2014-01-23 Thread Andrew Dunstan
On 01/13/2014 10:49 PM, Dilip kumar wrote: > > As per current behavior if user want to build in debug mode in > windows, then he need to give debug in capital letters (DEBUG), > > I think many user will always make mistake in giving this option, in > my opinion we can make it case insensitive. > >

Re: [HACKERS] Case sensitive mode in windows build option

2014-01-14 Thread Craig Ringer
On 01/14/2014 05:35 PM, Dilip kumar wrote: > On 01/14/2014 11:25 AM Craig Ringer Wrote, > >>> As per current behavior if user want to build in debug mode in >>> windows, then he need to give debug in capital letters (DEBUG), >>> >>> I think many user will always make mistake in giving this option,

Re: [HACKERS] Case sensitive mode in windows build option

2014-01-14 Thread Dilip kumar
On 01/14/2014 11:25 AM Craig Ringer Wrote, > > As per current behavior if user want to build in debug mode in > > windows, then he need to give debug in capital letters (DEBUG), > > > > I think many user will always make mistake in giving this option, in > > my opinion we can make it case insensit

Re: [HACKERS] Case sensitive mode in windows build option

2014-01-13 Thread Craig Ringer
On 01/14/2014 11:49 AM, Dilip kumar wrote: > > > As per current behavior if user want to build in debug mode in windows, > then he need to give debug in capital letters (DEBUG), > > I think many user will always make mistake in giving this option, in my > opinion we can make it case insensitive

[HACKERS] Case sensitive mode in windows build option

2014-01-13 Thread Dilip kumar
As per current behavior if user want to build in debug mode in windows, then he need to give debug in capital letters (DEBUG), I think many user will always make mistake in giving this option, in my opinion we can make it case insensitive. I have attached a small patch for the same ( just conve