mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Standardize "WAL location" terminology
Other previously used terms were "WAL position" or "log position".
This commit is contained in:
@@ -1782,7 +1782,7 @@ BaseBackup(void)
|
||||
}
|
||||
|
||||
/*
|
||||
* Get the starting xlog position
|
||||
* Get the starting WAL location
|
||||
*/
|
||||
res = PQgetResult(conn);
|
||||
if (PQresultStatus(res) != PGRES_TUPLES_OK)
|
||||
|
||||
Reference in New Issue
Block a user