Re: thousand unrelated data files in pg_default tablespace

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: thousand unrelated data files in pg_default tablespace
Date: 2010-09-03 12:40:47
Message-ID: AANLkTinRopCnK_8U-FqeD4oOqguN1uXMDEufLtiY9DQ0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/9/3 Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>:
> On 03/09/10 11:16, Pavel Stehule wrote:
>>
>> 2010/8/31 Tom Lane<tgl(at)sss(dot)pgh(dot)pa(dot)us>:
>>>
>>> Pavel Stehule<pavel(dot)stehule(at)gmail(dot)com>  writes:
>>>>
>>>> there is a dump from 8KB files
>>>
>>> Well, those certainly look like tables/indexes not temp files.
>>> So we can rule out one theory.
>>>
>>> You're *certain* these aren't referenced from pg_class.relfilenode
>>> of any of the databases in the server?
>>
>> I have a info, so these files are not in pg_class.relfilenode. More -
>> these files are three months old, and in this time was server two
>> times restarted.
>
> Maybe they're tables that were created in a transaction, but the process
> crashed hard before committing? Like:
>
> BEGIN;
> CREATE TABLE foo (...);
> COPY foo FROM ...;
> kill -9 postgres

yes, it's possible - but there are not any record about server crash -
sometimes client crashes.

Regards

Pavel
>
> That will leave behind a file like that. Do you do something like that in
> the application?
>
> --
>  Heikki Linnakangas
>  EnterpriseDB   http://www.enterprisedb.com
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Boszormenyi Zoltan 2010-09-03 12:57:33 Re: Synchronization levels in SR
Previous Message Heikki Linnakangas 2010-09-03 12:28:58 Re: Streaming a base backup from master