mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
@@ -1597,7 +1597,7 @@ SnapBuildSerialize(SnapBuild *builder, XLogRecPtr lsn)
|
||||
|
||||
/*
|
||||
* We may overwrite the work from some other backend, but that's ok, our
|
||||
* snapshot is valid as well, we'll just have done some superflous work.
|
||||
* snapshot is valid as well, we'll just have done some superfluous work.
|
||||
*/
|
||||
if (rename(tmppath, path) != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user