Re: CVS sources doesn't compiles - Mailing list pgsql-hackers

From John Gray
Subject Re: CVS sources doesn't compiles
Date
Msg-id 1028638946.3945.5.camel@adzuki
Whole thread Raw
In response to CVS sources doesn't compiles  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: CVS sources doesn't compiles  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, 2002-08-06 at 14:03, Oleg Bartunov wrote:
> make[4]: Entering directory /db1/pgsql/cvs/pgsql-server/src/backend/access/heap'
> gcc -O2 -mpentiumpro -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include   -c -o heapam.o
heapam.c
> heapam.c: In function eap_insert':
> heapam.c:1158: structure has no member named d_istemp'
> heapam.c: In function eap_delete':
> heapam.c:1341: structure has no member named d_istemp'
> heapam.c: In function eap_update':
> heapam.c:1677: structure has no member named d_istemp'
> make[4]: *** [heapam.o] Error 1
> make[4]: Leaving directory /db1/pgsql/cvs/pgsql-server/src/backend/access/heap'
> make[3]: *** [heap-recursive] Error 2
> make[3]: Leaving directory /db1/pgsql/cvs/pgsql-serve
> 

I get this too. I think there may be a CVS problem of some sort. Through
the web interface, it's clear that src/include/utils/rel.h (the relevant
include file) has been at version 1.61 (2002/08/06 02:36:35) for 10
hours -and the last change to it added rd_istemp and rd_isnew.

However, cvs log (for me, on anonymous CVS) still shows rel.h at 1.60.
Meanwhile, src/backend/access/heap/heapam.c is at 1.144 (updated
2002/08/06 02:36:33) 

It seems that bits of updates are going missing somewhere -so its not
surprising that it won't compile.

Regards

John


-- 
John Gray    
Azuli IT    
www.azuli.co.uk    




pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Better handling of parse errors
Next
From: Tom Lane
Date:
Subject: Re: FUNC_MAX_ARGS benchmarks