mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
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.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
*
|
||||
* xlogutils.c
|
||||
*
|
||||
* PostgreSQL transaction log manager utility routines
|
||||
* PostgreSQL write-ahead log manager utility routines
|
||||
*
|
||||
* This file contains support routines that are used by XLOG replay functions.
|
||||
* None of this code is used during normal system operation.
|
||||
|
Reference in New Issue
Block a user