Re: [HACKERS] 6.5.1

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] 6.5.1
Дата
Msg-id 199907092010.QAA14830@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] 6.5.1  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: [HACKERS] 6.5.1  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
> On Fri, 9 Jul 1999, Bruce Momjian wrote:
> 
> > Date: Fri, 9 Jul 1999 14:00:10 -0400 (EDT)
> > From: Bruce Momjian <maillist@candle.pha.pa.us>
> > To: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
> > Subject: [HACKERS] 6.5.1
> > 
> > [Man, I am applying all the fixes.  If there is a problem with 6.5.1,
> > they are going to know it was me.]
> 
> Just updated cvs and source dosn't compiled on my Linux box 2.0.37
> using egcs 1.12 release:
> 
> make[2]: Entering directory /home/postgres/cvs/pgsql/src/backend/access'
> make -C common  SUBSYS.o
> make[3]: Entering directory /home/postgres/cvs/pgsql/src/backend/access/common'
> gcc -I../../../include -I../../../backend   -O2 -mpentium -Wall -Wmissing-prototypes -I../..   -c heaptuple.c -o
heaptuple.o
> In file included from heaptuple.c:22:
> ../../../include/access/heapam.h:30: parse error before ime_t'
> ../../../include/access/heapam.h:30: warning: no semicolon at end of struct or union
> ../../../include/access/heapam.h:31: warning: type defaults to     nt' in declaration of ocal_reset_timestamp'
> ../../../include/access/heapam.h:31: warning: data definition has no type or storage class
> ../../../include/access/heapam.h:32: parse error before ast_request_timestamp'
> ../../../include/access/heapam.h:32: warning: type defaults to     nt' in declaration of ast_request_timestamp'
> ../../../include/access/heapam.h:32: warning: data definition has no type or storage class
> ../../../include/access/heapam.h:79: parse error before }'
> ../../../include/access/heapam.h:79: warning: type defaults to     nt' in declaration of eapAccessStatisticsData'
> ../../../include/access/heapam.h:79: warning: data definition has no type or storage class
> ../../../include/access/heapam.h:81: parse error before *'
> ../../../include/access/heapam.h:81: warning: type defaults to     nt' in declaration of eapAccessStatistics'
> ../../../include/access/heapam.h:81: warning: data definition has no type or storage class
> ../../../include/access/heapam.h:238: parse error before eap_access_stats'
> ../../../include/access/heapam.h:238: warning: type defaults to     nt' in declaration of eap_access_stats'
> ../../../include/access/heapam.h:238: warning: data definition has no type or storage class
> ../../../include/access/heapam.h:284: parse error before tats'
> make[3]: *** [heaptuple.o] Error 1

Oleg, you are not going to catch me this easily.  :-)

Looks like a problem on your end.  Try removing heapam.h and re-cvs'ing
it.

I just did a:
#$ rm heapam.h #$ pgcvs update heapam.h

and line 30 looks fine:
   time_t      init_global_timestamp;  /* time global statistics started */   time_t      local_reset_timestamp;  /*
lasttime local reset was done */
 
--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [HACKERS] 6.5.1
Следующее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [HACKERS] 6.5.1