ecpg warning

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Michael Meskes <michael(at)fam-meskes(dot)de>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: ecpg warning
Date: 2003-07-01 20:02:09
Message-ID: 200307012002.h61K29E04124@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jon Jensen 2003-07-01 20:03:23 Re: sslmode patch
Previous Message Bruce Momjian 2003-07-01 19:11:59 Re: sslmode patch