Re: [HACKERS] For review: Server instrumentation patch - Mailing list pgsql-patches

From Andreas Pflug
Subject Re: [HACKERS] For review: Server instrumentation patch
Date
Msg-id 42EE2C1B.3060802@pse-consulting.de
Whole thread Raw
In response to Re: [HACKERS] For review: Server instrumentation patch  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-patches
Dave Page wrote:

>>
>>pg_dir_ls isn't necessary for reading the logfiles;
>>pg_logdir_ls will do
>>this.
>
>
> Err, yes, sorry - that was a thinko.

The list isn't complete. pgadmin uses these three functions for logfile
tracking:

- pg_logdir_ls to list logfiles
- pg_file_length to check for changes of the current logfile
- pg_file_read to retrieve a logfile

Regards,
Andreas

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Autovacuum loose ends
Next
From: Bruce Momjian
Date:
Subject: Re: per user/database connections limit again