Re: CVS sources doesn't compiles

From: John Gray <jgray(at)azuli(dot)co(dot)uk>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS sources doesn't compiles
Date: 2002-08-06 13:02:22
Message-ID: 1028638946.3945.5.camel@adzuki
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2002-08-06 13:03:51 CVS sources doesn't compiles
Previous Message Gavin Sherry 2002-08-06 12:39:18 Re: Better handling of parse errors