Re: [HACKERS] Bug in WAL backup documentation

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Simon Riggs" <simon@2ndquadrant.com>
Cc: "Martijn van Oosterhout" <kleptog@svana.org>, pgsql-hackers@postgresql.org, "Bernd Helmle" <mailings@oopsware.de>, pgsql-patches@postgresql.org, "Florian G. Pflug" <fgp@phlo.org>
Date: 2006-11-05T16:49:36Z
Lists: pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:
> I'm pretty sure most people don't move live postmasters very frequently,
> plus it isn't clear to me why we should support the people that want
> that to do that, yet not the people who want the absolute-path option.

As already discussed upthread, anyone who wants the path can get it from
`pwd` or local equivalent --- and that mechanism is robust (as long as
the directory move doesn't happen while any particular instance of the
script is running).  I don't see why we should go out of our way to
provide a bad substitute for pwd.

BTW, I note that some post-startup uses of DataDir have crept back in,
in places like utils/adt/dbsize.c.  I'll be sure to clean those up
before release...

			regards, tom lane