Re: Parallell hashjoin sometimes ignores temp_tablespaces

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Parallell hashjoin sometimes ignores temp_tablespaces
Date: 2020-07-05 11:28:38
Message-ID: CABUevEyWo5_6TD32Rv00fXcBCqYS10=oXwZcr_3N1HRmhT6UtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 3, 2020 at 11:02 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Magnus Hagander <magnus(at)hagander(dot)net> writes:
> > On Fri, Jul 3, 2020 at 7:06 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >> Shouldn't that be inserting MyDatabaseTableSpace? I see no other places
> >> anywhere that are forcing temp stuff into pg_default like this.
>
> > Yeah, looking at it again, I think it should. I can't see any reason why
> it
> > should enforce pg_default.
>
> OK, pushed with that additional correction.
>

LGTM, thanks!

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2020-07-05 11:30:29 Re: proposal - function string_to_table
Previous Message Dilip Kumar 2020-07-05 11:17:03 Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions