The code to scan parse different XLOG record types was originally copied
from pg_lesslog, hence the NTT copyright notice. However, none of that code
remains anymore.
* Functions for reading Write-Ahead-Log
*
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
- * Portions Copyright (c) 1996-2008, Nippon Telegraph and Telephone Corporation
* Portions Copyright (c) 1994, Regents of the University of California
*
*-------------------------------------------------------------------------