missing file relfilenode.h

Lists: pgsql-hackers
From: Mark Hollomon <mhh(at)mindspring(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: missing file relfilenode.h
Date: 2000-09-07 17:03:04
Message-ID: 20000907130304.A23070@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

In the CVS as of ~ 13:00 EDT

make[4]: Entering directory `/home/mhh/src/pgsql.work/src/backend/access/common'
gcc -c -I../../../../src/include -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations -MMD heaptuple.c -o heaptuple.o
In file included from ../../../../src/include/storage/lmgr.h:18,
from ../../../../src/include/storage/buf_internals.h:18,
from ../../../../src/include/storage/bufmgr.h:17,
from ../../../../src/include/storage/bufpage.h:18,
from ../../../../src/include/access/htup.h:17,
from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/utils/rel.h:22: storage/relfilenode.h: No such file or directory
In file included from ../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
../../../../src/include/access/htup.h:18: storage/relfilenode.h: No such file or directory
make[4]: *** [heaptuple.o] Error 1
--
Mark Hollomon
mhh(at)mindspring(dot)com


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Hollomon <mhh(at)mindspring(dot)com>
Cc: Vadim Mikheev <vadim4o(at)email(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: missing file relfilenode.h
Date: 2000-09-09 06:00:07
Message-ID: 28290.968479207@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Mark Hollomon <mhh(at)mindspring(dot)com> writes:
> In the CVS as of ~ 13:00 EDT
> ../../../../src/include/access/htup.h:18: storage/relfilenode.h: No such file or directory

Looks like Vadim forgot to 'cvs add' a file before his latest commit...

regards, tom lane