Re: clog files - Mailing list pgsql-admin

From Bruce Momjian
Subject Re: clog files
Date
Msg-id 200903241413.n2OEDlX23236@momjian.us
Whole thread Raw
In response to clog files  (fatih ozturk <ozturkfa@yahoo.com>)
List pgsql-admin
fatih ozturk wrote:
> Hi
> I want to ask some part of a question that is asked before by "Duan Ligong" and not answered
>
> "
> Could you explain how the clog files work roughly?
>
> (What is inside of the clog files? when and how the new clog files
>
> are created? when and in what case the old files are deleted
>
> or rotated? how does postgresql regard a file is old enough to be
>
> deleted? Does Vacuum will definitely cause deleting of old files
>
> and creating of new clog files?)
> "
>
> Thansk for your interest

There is a slide here of the clog file internals:

    http://momjian.us/main/writings/pgsql/internalpics.pdf

clog is rotated on its own by our code and there is no user maintenence
required.

You have to look in our C code for the rest of the answers.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-admin by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: [GENERAL] Accessing large objects
Next
From: Kasia Tuszynska
Date:
Subject: logging a single user session