Re: BUG #16739: Temporary files not deleting from data folder on disk

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Adrien Nayrat <adrien(dot)nayrat(at)anayrat(dot)info>
Cc: manojkumar(at)ameyo(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16739: Temporary files not deleting from data folder on disk
Date: 2023-06-05 10:14:14
Message-ID: CAFiTN-vNYdb1reiNCUiqg6Ok_AF=rhYC+n-fqiTHNEsFrRgi_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Jun 5, 2023 at 3:29 PM Adrien Nayrat <adrien(dot)nayrat(at)anayrat(dot)info> wrote:
>
>
> > I am experiencing the same issue on an up-to-date Postgres (13.11).
> > I have many files corresponding to temporary tables (for example
> > t7_4191281453.90). These files are not cleaned until we manually restart
> > Postgres (all client session are closed).
> >
>
> Replying to myself when reading this item in PG 14 release notes:
>
> Remove temporary files after backend crashes (Euler Taveira)
>
> Previously, such files were retained for debugging purposes. If
> necessary, deletion can be disabled with the new server parameter
> remove_temp_files_after_crash.
>
>
> I understand, it is expected to keep these files for debugging purpose
> after a recovery. And since 14, we can ask Postgres to clean them thanks
> to remove_temp_files_after_crash

IIUC, this flag is for the temp files created for query level
operation so this will clean up the files like "pgsql_tmp" but in
this thread, we are talking about the files related to temp tables
starting with "t_"

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Adrien Nayrat 2023-06-05 10:40:14 Re: BUG #16739: Temporary files not deleting from data folder on disk
Previous Message Adrien Nayrat 2023-06-05 09:59:04 Re: BUG #16739: Temporary files not deleting from data folder on disk