| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Cc: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
| Subject: | Re: [HACKERS] For review: Server instrumentation patch |
| Date: | 2005-08-12 03:27:23 |
| Message-ID: | 200508120327.j7C3RNX16963@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
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.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 16.0 KB |
| unknown_filename | text/plain | 6.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Qingqing Zhou | 2005-08-12 03:29:11 | Re: remove BufferBlockPointers for speed and space |
| Previous Message | William ZHANG | 2005-08-12 03:25:46 | Re: Bug in canonicalize_path() |