Re: [HACKERS] Record comparison compiler warning

2013-11-02 Thread Stefan Kaltenbrunner
On 10/31/2013 07:51 PM, Kevin Grittner wrote: Bruce Momjian br...@momjian.us wrote: On Wed, Oct 16, 2013 at 11:49:13AM -0700, Kevin Grittner wrote: Bruce Momjian br...@momjian.us wrote: I am seeing this compiler warning in git head: rowtypes.c: In function 'record_image_cmp':

Re: [HACKERS] Record comparison compiler warning

2013-11-02 Thread Alvaro Herrera
Stefan Kaltenbrunner wrote: On 10/31/2013 07:51 PM, Kevin Grittner wrote: Bruce Momjian br...@momjian.us wrote: On Wed, Oct 16, 2013 at 11:49:13AM -0700, Kevin Grittner wrote: Bruce Momjian br...@momjian.us wrote: Would you please send the file as ASCII, e.g. not:

Re: [HACKERS] Record comparison compiler warning

2013-11-02 Thread Tom Lane
Alvaro Herrera alvhe...@2ndquadrant.com writes: Stefan Kaltenbrunner wrote: http://www.postgresql.org/message-id/raw/1381949353.78943.yahoomail...@web162902.mail.bf1.yahoo.com I would blame Bruce's MUA, or surrounding configuration, for this problem. It looks fine in mine, and as far as I

Re: [HACKERS] Record comparison compiler warning

2013-10-31 Thread Kevin Grittner
Bruce Momjian br...@momjian.us wrote: On Wed, Oct 16, 2013 at 11:49:13AM -0700, Kevin Grittner wrote: Bruce Momjian br...@momjian.us wrote: I am seeing this compiler warning in git head: rowtypes.c: In function 'record_image_cmp': rowtypes.c:1433: warning: 'cmpresult' may be used   

Re: [HACKERS] Record comparison compiler warning

2013-10-16 Thread Kevin Grittner
Bruce Momjian br...@momjian.us wrote: I am seeing this compiler warning in git head: rowtypes.c: In function 'record_image_cmp': rowtypes.c:1433: warning: 'cmpresult' may be used uninitialized in this function rowtypes.c:1433: note: 'cmpresult' was declared here I had not

Re: [HACKERS] Record comparison compiler warning

2013-10-16 Thread Bruce Momjian
On Wed, Oct 16, 2013 at 11:49:13AM -0700, Kevin Grittner wrote: Bruce Momjian br...@momjian.us wrote: I am seeing this compiler warning in git head: rowtypes.c: In function 'record_image_cmp': rowtypes.c:1433: warning: 'cmpresult' may be used uninitialized in this function