Re: pgsql: Add relation fork support to pg_relation_size() function.

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: pgsql: Add relation fork support to pg_relation_size() function.
Дата
Msg-id e51f66da0810030427k1adbff79g4ebe1feaa3c1f76e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Add relation fork support to pg_relation_size() function.  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: pgsql: Add relation fork support to pg_relation_size() function.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 10/3/08, Gregory Stark <stark@enterprisedb.com> wrote:
>  Hm, I wonder if we should have made the forks use a fork "name" instead of a
>  number. It sure would be nicer to have files name 12345.fsm instead of another
>  opaque number.
>
>  The other reason I thought of this is that if EDB or anyone else uses forks
>  for a private purpose then it would avoid the whole issue of conflicts. The
>  best option right now would be to set aside a range of values for private
>  purposes.

Good idea.

-- 
marko


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: pgsql: Add relation fork support to pg_relation_size() function.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: numeric_big test