Re: Win32 testing needed - 1 Tablespaces - Mailing list pgsql-hackers-win32

From Bruce Momjian
Subject Re: Win32 testing needed - 1 Tablespaces
Date
Msg-id 200408070048.i770mGb28226@candle.pha.pa.us
Whole thread Raw
In response to Re: Win32 testing needed - 1 Tablespaces  (markir@coretech.co.nz)
Responses Re: Win32 testing needed - 1 Tablespaces  (markir@coretech.co.nz)
List pgsql-hackers-win32
We have a symlink patch to make it work but it isn't in CVS yet.

---------------------------------------------------------------------------

markir@coretech.co.nz wrote:
> Managed to compile by adding #define FRONTEND to dirmod.c - not sure why I
> didn't think to try that last night....
>
> So, started up and tried to create a tablespace :
>
> template1=# create tablespace big1 location 'c:/databases/pgtablespaces/big1';
> ERROR:  tablespaces are not supported on this platform
>
> ...not quite what I expected. I did a cvs update -d -P this morning. I am on win
> 2000 with latest updates.
>
> any ideas? (I will boot back into Freebsd and check I have the latest
> updates...)
>
> regards
>
> Mark
>
> Quoting Andreas Pflug <pgadmin@pse-consulting.de>:
> > Mark Kirkwood wrote:
> > >
> > > ../../src/port/libpgport.a(dirmod.o)(.text+0x33a):dirmod.c: undefined
> > > reference to `_imp__CurrentMemoryContext'
> > >
> >
> >
> > Apparently the reason is crossover referencing between libs, i.e.
> > libpgport.a using libpostgres.a and vice versaa.
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-hackers-win32 by date:

Previous
From: markir@coretech.co.nz
Date:
Subject: Re: Win32 testing needed - 1 Tablespaces
Next
From: Mark Kirkwood
Date:
Subject: Re: Win32 testing needed - 1 Tablespaces