Re: pgsql: Add relation fork support to pg_relation_size() function. - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: pgsql: Add relation fork support to pg_relation_size() function.
Date
Msg-id e51f66da0810030427k1adbff79g4ebe1feaa3c1f76e@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add relation fork support to pg_relation_size() function.  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: pgsql: Add relation fork support to pg_relation_size() function.
List 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 by date:

Previous
From: Gregory Stark
Date:
Subject: Re: pgsql: Add relation fork support to pg_relation_size() function.
Next
From: Tom Lane
Date:
Subject: Re: numeric_big test