mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Make spelling of "acknowledgment" consistent
I used the preferred U.S. spelling, as we do in other cases.
This commit is contained in:
@@ -268,7 +268,7 @@ SyncRepWaitForLSN(XLogRecPtr lsn, bool commit)
|
||||
|
||||
/*
|
||||
* If the postmaster dies, we'll probably never get an
|
||||
* acknowledgement, because all the wal sender processes will exit. So
|
||||
* acknowledgment, because all the wal sender processes will exit. So
|
||||
* just bail out.
|
||||
*/
|
||||
if (!PostmasterIsAlive())
|
||||
|
Reference in New Issue
Block a user