From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "Bruce Momjian" <bruce(at)momjian(dot)us> |
Cc: | "Simon Riggs" <simon(at)2ndquadrant(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [COMMITTERS] pgsql: Create a GUC parametertemp_tablespacesthatallows selection of |
Date: | 2007-06-05 04:33:23 |
Message-ID: | c2d9e70e0706042133k14a62dcude760b7ecbc51252@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On 6/5/07, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> Simon Riggs wrote:
> > > Assuming, that is, that you think this point is important enough to
> > > drive the whole design; which I find rather questionable in view of the
> > > fact that the submitted patch contained no mention whatever of any such
> > > consideration. Or is this just another way in which its documentation
> > > was not up to snuff?
> >
> > Well, it was listed in the TODO, but I guess that was lost somewhere
> > along the line. Oh well.
>
> The TODO description was removed once the item was complete because
> sometimes the description doesn't match the implementation. The
> description was:
>
> It could start with a random tablespace from a supplied list and
> cycle through the list.
>
that is what the patch did but it did it one tablespace per BufFile
(not per file)
of course, it parses the GUC on every GetTempTablespaces() call :(
--
regards,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2007-06-05 12:47:50 | pgsql: Move call of MarkBufferDirty() before XLogInsert() as required. |
Previous Message | Bruce Momjian | 2007-06-05 03:48:32 | Re: [COMMITTERS] pgsql: Create a GUC parametertemp_tablespacesthatallows selection of |
From | Date | Subject | |
---|---|---|---|
Next Message | Golden Liu | 2007-06-05 04:39:35 | [HACHERS] privilege check: column level only? |
Previous Message | Bruce Momjian | 2007-06-05 03:48:32 | Re: [COMMITTERS] pgsql: Create a GUC parametertemp_tablespacesthatallows selection of |