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

From Tom Lane
Subject Re: CVS sources doesn't compiles
Date
Msg-id 14121.1028641761@sss.pgh.pa.us
Whole thread Raw
In response to Re: CVS sources doesn't compiles  (John Gray <jgray@azuli.co.uk>)
Responses Re: CVS sources doesn't compiles  (John Gray <jgray@azuli.co.uk>)
Re: CVS sources doesn't compiles  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
John Gray <jgray@azuli.co.uk> writes:
> 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'

Control-H?  Control-R?  You seem to have a corrupted copy of heapam.c.
If you move it out of the way and do a "cvs update", do you get a copy
with the identical errors?

I can report that the master CVS server delivers a correct copy.  If
there is a CVS problem then it's only on the anoncvs mirror ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: contrib/ltree for 7.2 or 7.3 ?
Next
From: Tom Lane
Date:
Subject: Re: CVS broken again?