Bug in src/backend/nodes/print.c

Поиск
Список
Период
Сортировка
От James Thompson
Тема Bug in src/backend/nodes/print.c
Дата
Msg-id Pine.GSO.4.05.9902201527460.5372-100000@noether.math.ksu.edu
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Daryl W. Dunbar"
Дата:
Сообщение: RE: [HACKERS] Major bug, possible, with Solaris 7?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Major bug, possible, with Solaris 7?