Re: CVS sources doesn't compiles

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Gray <jgray(at)azuli(dot)co(dot)uk>
Cc: Marc Fournier <scrappy(at)hub(dot)org>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS sources doesn't compiles
Date: 2002-08-06 13:49:21
Message-ID: 14121.1028641761@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

John Gray <jgray(at)azuli(dot)co(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-08-06 13:57:44 Re: CVS broken again?
Previous Message Tom Lane 2002-08-06 13:40:40 Re: contrib/ltree for 7.2 or 7.3 ?