Re: pg_shmem_allocations view

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_shmem_allocations view
Дата
Msg-id 4665.1408379981@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_shmem_allocations view  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On 2014-08-18 12:33:44 -0400, Tom Lane wrote:
>> Well, we could have the implementation code in those modules but not
>> provide any SQL-level access to it without installing an extension.
>> The only extra thing visible in the .h files would be a function or two.

> That'd require wrapper functions in the extension afaics.

Sure.  I'd want to put as much of the logic as possible in the extension,
anyway.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Reporting the commit LSN at commit time
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pg_shmem_allocations view