Compiler warning in ecpglib/execute.c - Mailing list pgsql-hackers

From Tom Lane
Subject Compiler warning in ecpglib/execute.c
Date
Msg-id 27050.1233604578@sss.pgh.pa.us
Whole thread Raw
Responses Re: Compiler warning in ecpglib/execute.c  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
CVS HEAD is producing

execute.c: In function 'ecpg_store_result':
execute.c:394: warning: 'act_tuple' may be used uninitialized in this function

It looks to me like this is an actual bug, not just the compiler being
insufficiently smart to prove the variable is set before use.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: [patch] fix for regression tests (locale cs_CZ)
Next
From: Bruce Momjian
Date:
Subject: Re: 8.4 release planning