Re: [HACKERS] 6.5.1

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] 6.5.1
Date: 1999-07-09 20:10:19
Message-ID: 199907092010.QAA14830@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Fri, 9 Jul 1999, Bruce Momjian wrote:
>
> > Date: Fri, 9 Jul 1999 14:00:10 -0400 (EDT)
> > From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
> > To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)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; /* last time local reset was done */

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jackson, DeJuan 1999-07-09 20:37:06 RE: [HACKERS] 6.5.1
Previous Message Oleg Bartunov 1999-07-09 19:48:59 Re: [HACKERS] 6.5.1