From c1a7f64b4a720a662ecec809bc9e289f35e887ad Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 12 May 2017 11:49:56 -0400 Subject: Replace "transaction log" with "write-ahead log" This makes documentation and error messages match the renaming of "xlog" to "wal" in APIs and file naming. --- src/include/access/xlog.h | 2 +- src/include/access/xlog_internal.h | 2 +- src/include/access/xlogdefs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index d23aab589e3..4d9773459de 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -1,7 +1,7 @@ /* * xlog.h * - * PostgreSQL transaction log manager + * PostgreSQL write-ahead log manager * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index c09c0f8e5f4..6e2bfd0ad03 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -1,7 +1,7 @@ /* * xlog_internal.h * - * PostgreSQL transaction log internal declarations + * PostgreSQL write-ahead log internal declarations * * NOTE: this file is intended to contain declarations useful for * manipulating the XLOG files directly, but it is not supposed to be diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h index 53b60c1dcda..0f07bb26746 100644 --- a/src/include/access/xlogdefs.h +++ b/src/include/access/xlogdefs.h @@ -1,7 +1,7 @@ /* * xlogdefs.h * - * Postgres transaction log manager record pointer and + * Postgres write-ahead log manager record pointer and * timeline number definitions * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group -- cgit v1.2.3