GUC temp_tablespaces (updated)

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: GUC temp_tablespaces (updated)
Date: 2007-06-01 03:26:13
Message-ID: c2d9e70e0705312026q14a426b3xb374eb80a2a1d749@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

This is an updated patch based on conversation on -hackers, basically
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 had to remove PgRemoveTempFiles() to test the patch (what i dificult
task is to crash the server ;)

btw, I tried to send it to the same conversation but it never arrives
so i'm sending it to -patches.

--
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

Attachment Content-Type Size
temp_tablespaces-1.2.7.diff text/plain 32.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2007-06-01 03:39:30 Re: [HACKERS] like/ilike improvements
Previous Message Jeff Davis 2007-05-31 22:57:47 Re: Synchronized Scan WIP patch