Bug in src/backend/nodes/print.c

From: James Thompson <jamest(at)math(dot)ksu(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Bug in src/backend/nodes/print.c
Date: 1999-02-20 21:41:17
Message-ID: Pine.GSO.4.05.9902201527460.5372-100000@noether.math.ksu.edu
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
->->->->->->->->->->->->->->->->->->---<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<-<

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-02-20 21:48:52 Re: [HACKERS] Major bug, possible, with Solaris 7?
Previous Message Daryl W. Dunbar 1999-02-20 19:22:48 RE: [HACKERS] Major bug, possible, with Solaris 7?