Re: includedir_internal headers are not self-contained - Mailing list pgsql-hackers

From Christoph Berg
Subject Re: includedir_internal headers are not self-contained
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: includedir_internal headers are not self-contained  (Heikki Linnakangas <[email protected]>)
Responses Re: includedir_internal headers are not self-contained
List pgsql-hackers
Re: Heikki Linnakangas 2014-04-28 <[email protected]>
> >Comments?  If there's anyone who has a really good use-case for using
> >relpath() from outside the backend, better speak up.
> 
> I'm using it in the pg_rewind tool. It needs to know how to map relfilenodes
> to physical files.
> 
> It has quite intimate knowledge of the on-disk layout anyway, so it wouldn't
> be the end of the world to just copy-paste that code. But would rather not,
> of course.

Isn't pg_rewind so low-level server-close that it needs tons of server
headers anyway, including one that would still have relpath()? We are
talking here about what headers pure client apps need.

Christoph
-- 
[email protected] | http://www.df7cb.de/



pgsql-hackers by date:

Previous
From: Marti Raudsepp
Date:
Subject: Re: UUIDs in core WAS: 9.4 Proposal: Initdb creates a single table
Next
From: Robert Haas
Date:
Subject: Re: Decrease MAX_BACKENDS to 2^16