Bug in src/backend/nodes/print.c - Mailing list pgsql-hackers

From James Thompson
Subject Bug in src/backend/nodes/print.c
Date
Msg-id Pine.GSO.4.05.9902201527460.5372-100000@noether.math.ksu.edu
Whole thread Raw
List pgsql-hackers
Please forgive me if this is not the place to post this.  I'm not a member
of the list but todays CVS did not compile

The print.c line 226
List pathkey = lfirst(i));

might be
List *pathkey = lfirst(i);

I really don't know if this is correct or not but it at least compiled for
me after the change.

If this is not the proper place to submit CVS problems please let me know
where to direct such problems.  Thanks.

->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<
James Thompson    138 Cardwell Hall  Manhattan, Ks   66506    785-532-0561 
Kansas State University                          Department of Mathematics
->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<




pgsql-hackers by date:

Previous
From: "Daryl W. Dunbar"
Date:
Subject: RE: [HACKERS] Major bug, possible, with Solaris 7?
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Major bug, possible, with Solaris 7?