Re: pg_waldump's inclusion of backend headers is a mess
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Michael Paquier <michael.paquier@gmail.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-02-14T13:15:54Z
Lists: pgsql-hackers
> I believe that what was agreed was to eliminate "xlog" from > user-facing parts of the system, not internal details. [...] Ok, I get it. So xlog stays xlog if it is hidden from the user, eg file names and probably unexposed functions names, structures or whatever, but everything else has been renamed. Fine. -- Fabien.
Commits
-
Split index xlog headers from other private index headers.
- 8da9a226369e 10.0 landed