Re: Testing needed for recent tablespace

Поиск
Список
Период
Сортировка
От markir@coretech.co.nz
Тема Re: Testing needed for recent tablespace
Дата
Msg-id 1093936921.5680205efa855@mail.coretech.co.nz
обсуждение исходный текст
Ответ на Testing needed for recent tablespace hacking  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers-win32
Hmmm... not entirely sure if this is related - but I get a compile failure on
win2000 pro :

gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations
-L../../src/port -L/usr/local/lib  -o postgres.exe
-Wl,--base-file,postgres.base postgres.exp access/SUBSYS.o bootstrap/SUBSYS.o
catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o
lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o
port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o
storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../../src/timezone/SUBSYS.o
-lpgport -lz -lwsock32 -lm  -lws2_32
commands/SUBSYS.o(.text+0x2a827):tablespace.c: undefined reference to `slat'
make[2]: *** [postgres] Error 1
make[2]: Leaving directory
`/home/Administrator/develop/c/postgresql-8.0.0beta1/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/Administrator/develop/c/postgresql-8.0.0beta1/src'
make: *** [all] Error 2

regards

Mark

Quoting Tom Lane <tgl@sss.pgh.pa.us>:

> Would someone check that I didn't break the Windows port with this
> recent commit:
>



В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: Johan Paul Glutting
Дата:
Сообщение: Re: pg_dump and pg_restore in batch scripts
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Testing needed for recent tablespace hacking