Patch for Postmaster Uptime (from the TODO)

Поиск
Список
Период
Сортировка
От Eric Crampton
Тема Patch for Postmaster Uptime (from the TODO)
Дата
Msg-id 39796.207.171.180.101.1109285340.spork@webmail.eonomine.com
обсуждение исходный текст
Ответы Re: Patch for Postmaster Uptime (from the TODO)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hello hackers,

I noticed in the TODO that there is an item requesting a function which
returns the uptime of the postmaster. I've wanted that as well. So, I've
added just such a thing: server_start_time(). This function returns the
time when the postmaster was started; a simple now() - server_start_time()
returns the uptime.

The below patches are for four files:

* postmaster.c: Now calls a new function, MarkServerStartTime(), before
calling ServerLoop().

* timestamp.h/timestamp.c: New functions: MarkServerStartTime() (called
from postmaster.c) and server_start_time(), a new SQL function which may
be called.

* pg_proc.h: Added DATA and DESCR to the very end of the list (OID=2557)
for the server_start_time function.

I didn't bother to include the generated fmgroids.h and fmgrtab.c. Since
they are small, I've attached the four unified diffs against the 8.0.1
code. Let me know if there's anything different the code should have done.

--Eric

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Ron Mayer
Дата:
Сообщение: Re: A way to let Vacuum warn if FSM settings are low.
Следующее
От: Ron Mayer
Дата:
Сообщение: Re: A way to let Vacuum warn if FSM settings are low.