missing file relfilenode.h

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
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-09-07 23:28:41 Re: TODO list updates
Previous Message Michael Meskes 2000-09-07 16:22:30 Re: Where is ./configure?