mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +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:
@@ -5036,7 +5036,7 @@ sigusr1_handler(SIGNAL_ARGS)
|
||||
{
|
||||
/*
|
||||
* Send SIGUSR1 to archiver process, to wake it up and begin archiving
|
||||
* next transaction log file.
|
||||
* next WAL file.
|
||||
*/
|
||||
signal_child(PgArchPID, SIGUSR1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user