Re: [HACKERS] For review: Server instrumentation patch

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: [HACKERS] For review: Server instrumentation patch
Дата
Msg-id 42EE2C1B.3060802@pse-consulting.de
обсуждение исходный текст
Ответ на Re: [HACKERS] For review: Server instrumentation patch  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-patches
Dave Page wrote:

>>
>>pg_dir_ls isn't necessary for reading the logfiles;
>>pg_logdir_ls will do
>>this.
>
>
> Err, yes, sorry - that was a thinko.

The list isn't complete. pgadmin uses these three functions for logfile
tracking:

- pg_logdir_ls to list logfiles
- pg_file_length to check for changes of the current logfile
- pg_file_read to retrieve a logfile

Regards,
Andreas

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Autovacuum loose ends
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: per user/database connections limit again