Re: scan.c:900: warning: ... postgresql-7.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Limin Liu <limin(at)pumpkinnet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: scan.c:900: warning: ... postgresql-7.1
Date: 2001-04-17 21:23:44
Message-ID: 6460.987542624@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Limin Liu <limin(at)pumpkinnet(dot)com> writes:
>> I get no such warning. Have you regenerated scan.c locally, and if so

> No, I didn't. I un-tar the postgresql-7.1.tar.gz again and the scan.c
> line 900 shows no initialization.

No, but it doesn't need to. Both variables are assigned before first
use, as even an extremely stupid compiler should be able to figure out.

What compiler version are you using, and with what command-line switches?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Masto 2001-04-17 21:27:32 Inheritance and rules/triggers
Previous Message Limin Liu 2001-04-17 21:11:38 Re: scan.c:900: warning: ... postgresql-7.1