Re: [PATCHES] ecpg warning

2003-07-01 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Michael, I am seeing this ecpg warning: > informix.c:290: warning: `nres' might be used uninitialized in > this function > Can we initialize it to NULL to suppress the warning? I believe the compiler has correctly identified a bug here; init

[PATCHES] ecpg warning

2003-07-01 Thread Bruce Momjian
Michael, I am seeing this ecpg warning: informix.c:290: warning: `nres' might be used uninitialized in this function Can we initialize it to NULL to suppress the warning? Also, I fixed a typo where you had ;; instead of ; as a statement terminator. -- Bruce Momjian