Re: [COMMITTERS] pgsql: Create a "relation mapping" infrastructure to support changing

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [COMMITTERS] pgsql: Create a "relation mapping" infrastructure to support changing
Дата
Msg-id 20100208134702.GB4113@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Create a "relation mapping" infrastructure to support changing
Список pgsql-hackers
I just noticed that this patch

> Create a "relation mapping" infrastructure to support changing the relfilenodes
> of shared or nailed system catalogs.  This has two key benefits:

creates a new function pg_relation_filenode() that only uses the
syscache to fetch the relation's filenode, without locking it.  I wonder
if we could do the same in the pg_relation_size() function and friends,
to avoid having to grab a lock on the relation.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Tim Bunce
Дата:
Сообщение: Re: Add on_plperl_init and on_plperlu_init to plperl UPDATE 3 [PATCH]
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Confusion over Python drivers