Re: CVS sources doesn't compiles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CVS sources doesn't compiles
Дата
Msg-id 14121.1028641761@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CVS sources doesn't compiles  (John Gray <jgray@azuli.co.uk>)
Ответы Re: CVS sources doesn't compiles
Re: CVS sources doesn't compiles
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: contrib/ltree for 7.2 or 7.3 ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CVS broken again?