Re: [pgsql-patches] [PATCHES] Tablespace for temporary objects and

2007-01-20 Thread Albert Cervera Areny
A Dimecres 17 Gener 2007 22:38, Robert Treat va escriure: > Why is this PGC_SUSET?  ISTM it should be PGC_USERSET. Yes, I think your're right and it should be PGC_USERSET. ---(end of broadcast)--- TIP 5: don't forget to increase your free space map

Re: [pgsql-patches] [PATCHES] Tablespace for temporary objects and sort files

2007-01-13 Thread Albert Cervera Areny
It was already possible to set the guc on postgresql.conf when I posted the patch... A Divendres 12 Gener 2007 07:28, Jaime Casanova va escriure: > On 1/11/07, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-01-11 at 21:05 -0500, Jaime Casanova wrote: > > > On

Re: [pgsql-patches] [PATCHES] Tablespace for temporary objects and sort files

2007-01-11 Thread Albert Cervera Areny
Please, go on with that, I hadn't seen that problem. Indeed, I read Andrew answer to your question and I think it's a nice solution. A Dimecres 10 Gener 2007 05:33, Jaime Casanova va escriure: > On 1/9/07, Albert Cervera Areny <[EMAIL PROTECTED]> wrote: > > I don'

Re: [PATCHES] Tablespace for temporary objects and sort files

2007-01-09 Thread Albert Cervera Areny
I don't have much time lately so if you're willing to work on it, please do. A Dimarts 09 Gener 2007 02:51, Jaime Casanova va escriure: > On 1/8/07, Jaime Casanova <[EMAIL PROTECTED]> wrote: > > maybe once this patch is applied you can think on make indexes and > > [temp] sequences on temp tables

Re: [PATCHES] Tablespace for temporary objects and sort files

2007-01-05 Thread Albert Cervera Areny
Here's a new version that takes into account the SELECT INTO TEMP case. Thanks Jaime! What other temporary objects do you think should be considered? Any other comments on the patch? A Dijous 04 Gener 2007 05:33, Jaime Casanova va escriure: > On 12/27/06, Albert Cervera Areny <[EMAI

Re: [PATCHES] Tablespace for temporary objects and sort files

2006-12-27 Thread Albert Cervera Areny
the same with sort files? Any feedback welcome! A Dimecres 25 Octubre 2006 00:45, Albert Cervera Areny va escriure: > Hi, > > I'm trying to introduce myself into postgresql development and I'm working > on the "tablespace for temporary objects and sort fi

Re: [PATCHES] Tablespace for temporary objects and sort files

2006-10-25 Thread Albert Cervera Areny
Sorry about the wrong diff format. Attached is the good one. A Dimecres 25 Octubre 2006 09:07, Neil Conway va escriure: > On Wed, 2006-10-25 at 00:45 +0200, Albert Cervera Areny wrote: > > Hope the diff and idents are ok. > > Patches should be submitted in context diff (diff -c) fo

[PATCHES] Tablespace for temporary objects and sort files

2006-10-24 Thread Albert Cervera Areny
Hi, I'm trying to introduce myself into postgresql development and I'm working on the "tablespace for temporary objects and sort files" TODO item. The attached patch shows what I've already done. The GUC is currently called "temp_tablespaces". The tablespace changes correctly for me when crea