mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix typos in comments
Author: Michael Paquier
This commit is contained in:
@@ -677,7 +677,7 @@ StartupReplicationOrigin(void)
|
||||
errmsg("could not open file \"%s\": %m",
|
||||
path)));
|
||||
|
||||
/* verify magic, thats written even if nothing was active */
|
||||
/* verify magic, that is written even if nothing was active */
|
||||
readBytes = read(fd, &magic, sizeof(magic));
|
||||
if (readBytes != sizeof(magic))
|
||||
ereport(PANIC,
|
||||
|
||||
@@ -612,7 +612,7 @@ SnapBuildExportSnapshot(SnapBuild *builder)
|
||||
void
|
||||
SnapBuildClearExportedSnapshot(void)
|
||||
{
|
||||
/* nothing exported, thats the usual case */
|
||||
/* nothing exported, that is the usual case */
|
||||
if (!ExportInProgress)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user