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

From Dave Page
Subject Re: [HACKERS] For review: Server instrumentation patch
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC99A8@ratbert.vale-housing.co.uk
Whole thread Raw
List pgsql-patches

> -----Original Message-----
> From: Bruce Momjian [mailto:pgman@candle.pha.pa.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.

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in canonicalize_path()
Next
From: Andreas Pflug
Date:
Subject: Re: [HACKERS] For review: Server instrumentation patch