Thread: Re: [HACKERS] For review: Server instrumentation patch

Re: [HACKERS] For review: Server instrumentation patch

From
"Dave Page"
Date:

> -----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.