Re: Unitialized Values in record_image_cmp - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: Unitialized Values in record_image_cmp
Date
Msg-id CAHyXU0z8nr3mmJ+AS+NG0cwyYL=z-x7WxjtNZC0rZuLgBO-ggA@mail.gmail.com
Whole thread Raw
In response to Unitialized Values in record_image_cmp  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Unitialized Values in record_image_cmp  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On Thu, Oct 17, 2013 at 8:01 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> Hi,
>
> Valgrind tells me:
> ==442828== Conditional jump or move depends on uninitialised value(s)
> ==442828==    at 0x80084F: record_image_cmp (rowtypes.c:1521)
> ==442828==    by 0x801522: btrecordimagecmp (rowtypes.c:1839)
> ==442828==    by 0x8C6604: comparison_shim (sortsupport.c:53)
> ==442828==    by 0x64284D: ApplySortComparator (sortsupport.h:143)
> ==442828==    by 0x642F3B: MJCompare (nodeMergejoin.c:412)
> ==442828==    by 0x643A29: ExecMergeJoin (nodeMergejoin.c:1211)
> ==442828==    by 0x62305A: ExecProcNode (execProcnode.c:453)
> ==442828==    by 0x640800: ExecLimit (nodeLimit.c:91)
> ==442828==    by 0x623135: ExecProcNode (execProcnode.c:500)
> ==442828==    by 0x620E15: ExecutePlan (execMain.c:1472)
> ==442828==    by 0x61EF94: standard_ExecutorRun (execMain.c:307)
> ==442828==    by 0x61EE0B: ExecutorRun (execMain.c:255)
>

I think Kevin got to it already.  see:
http://postgresql.1045698.n5.nabble.com/Record-comparison-compiler-warning-td5774794.html

merlin



pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: Re: [PATCH] pg_sleep(interval)
Next
From: Merlin Moncure
Date:
Subject: Re: [PATCH] hstore_to_json: empty hstores must return empty json objects