Re: [HACKERS] For review: Server instrumentation patch

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Cc: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Subject: Re: [HACKERS] For review: Server instrumentation patch
Date: 2005-08-12 07:46:04
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC99A8@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> -----Original Message-----
> From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> Sent: 12 August 2005 04:27
> To: PostgreSQL-patches
> Cc: Dave Page; Andreas Pflug
> Subject: Re: [PATCHES] [HACKERS] For review: Server
> instrumentation patch
>
> Here is an updated patch I have just applied (catalog version
> updated).
> I have added these functions:
>
> pg_stat_file()
> pg_read_file()
> pg_ls_dir()
> pg_reload_conf()
> pg_rotate_logfile()
>
> I did not include pg_logdir_ls because that was basically
> pg_ls_dir with
> logic to decode the log file name and convert it to a timestamp. That
> seemed best done in the client.
>
> I also renamed a number of the functions to be use verb-noun, rather
> than noun-verb.

Thanks Bruce.

Regards, Dave.

Browse pgsql-patches by date

  From Date Subject
Next Message Andreas Pflug 2005-08-12 11:28:22 Re: [HACKERS] For review: Server instrumentation patch
Previous Message Tom Lane 2005-08-12 05:29:58 Re: Bug in canonicalize_path()