Re: GUC temp_tablespaces (updated)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jaime Casanova" <systemguards(at)gmail(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: GUC temp_tablespaces (updated)
Date: 2007-06-03 17:42:07
Message-ID: 23074.1180892527@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Jaime Casanova" <systemguards(at)gmail(dot)com> writes:
> This is an updated patch based on conversation on -hackers,

Applied with revisions --- mostly cosmetic, but the permissions-checking
was a mess and the documentation updates lacked a lot too.

> it adds a hint to the error thrown by DROP TABLESPACE when it's not
> empty and there are temp files older than postmaster startup.

I didn't apply this part because it was 100% bogus. There never will be
any temp files older than postmaster startup. There might be some value
in complaining about files older than the last crash-restart, but that
time is not tracked anywhere AFAIR. I didn't see enough value in the
hint to worry about fixing it; I just took it out.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-06-04 02:33:24 WIP patch for text coercions
Previous Message Tom Lane 2007-06-03 14:48:21 Re: CREATE TABLE LIKE INCLUDING INDEXES support