Re: Tablespaces - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: Tablespaces
Date
Msg-id 40B59AA0.4080104@familyhealth.com.au
Whole thread Raw
In response to Tablespaces  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-patches
Compile error?

gmake[2]: Entering directory
`/space/1/home/chriskl/pgsql-server/src/timezone'
gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../src/include   -c -o pgtz.o pgtz.c -MMD
In file included from ../../src/include/storage/bufmgr.h:20,
                  from ../../src/include/storage/bufpage.h:18,
                  from ../../src/include/access/htup.h:17,
                  from ../../src/include/tcop/dest.h:64,
                  from ../../src/include/utils/guc.h:17,
                  from pgtz.c:26:
../../src/include/storage/relfilenode.h:29: syntax error before `.'
../../src/include/storage/relfilenode.h:29: syntax error before `.'

Chris

Gavin Sherry wrote:

> Hi all,
>
> Attached is my latest patch implementing tablespaces. This has all the
> functionality I was planning for 7.5.
>
> Most of the information about the patch is contained in the
> patch/documentation, previous submissions and the archives.
>
> Testing, review, comments would be greatly appreciated.
>
> Gavin
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Tablespaces
Next
From: Neil Conway
Date:
Subject: Re: Tablespaces