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: Michael Paquier <michael.paquier@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-02-14T07:45:01Z
Lists: pgsql-hackers
> You may want to name the new headers dedicated to WAL records with 
> _xlog.h as suffix though, like gin_xlog.h instead of ginxlog.h.

Should not it be more consistent to use "*_wal.h", after all these efforts 
to move "xlog" to "wal" everywhere?

-- 
Fabien.


Commits

  1. Split index xlog headers from other private index headers.