]> granicus.if.org Git - postgresql/commitdiff
Fix typos in comments
authorMagnus Hagander <magnus@hagander.net>
Mon, 1 Feb 2016 10:43:48 +0000 (11:43 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 1 Feb 2016 10:43:48 +0000 (11:43 +0100)
Author: Michael Paquier

contrib/pgcrypto/fortuna.c
src/backend/postmaster/bgwriter.c
src/backend/replication/logical/origin.c
src/backend/replication/logical/snapbuild.c
src/common/pg_lzcompress.c

index 7ab888fb98170473cf43db6fc6bfc518177cc7ef..50282034796f825bac010d4807588c52dd74ca90 100644 (file)
@@ -304,7 +304,7 @@ get_rand_pool(FState *st)
        unsigned        rnd;
 
        /*
-        * This slightly prefers lower pools - thats OK.
+        * This slightly prefers lower pools - that is OK.
         */
        rnd = st->key[st->rnd_pos] % NUM_POOLS;
 
index 010b5fcd328d77435553caa2d0f4895ffcbd072d..4ff4caf232126a7cb6627ea72e3c1b2629b26872 100644 (file)
@@ -301,7 +301,7 @@ BackgroundWriterMain(void)
                 * check whether there has been any WAL inserted since the last time
                 * we've logged a running xacts.
                 *
-                * We do this logging in the bgwriter as its the only process thats
+                * We do this logging in the bgwriter as its the only process that is
                 * run regularly and returns to its mainloop all the time. E.g.
                 * Checkpointer, when active, is barely ever in its mainloop and thus
                 * makes it hard to log regularly.
index 651f53f6f107bfdbea3d1b4e5709c1704d389526..757b50eb10b2467b743f0664a9be7a1a8340c562 100644 (file)
@@ -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,
index 97c1ad43d337e4f5a120adef8afbd2a855b05ed3..ed823ecc2a70ac97eb684ac3ec7c9b768db64cd6 100644 (file)
@@ -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;
 
index 57504778f5c6f7be04420d11615b5cb2a5096e90..985841de29f5c7fdd5fe9a93853bb2336e2a4061 100644 (file)
  *                               to be coded into a tag.
  *
  *                     Finally the match algorithm checks that at least a match
- *                     of 3 or more bytes has been found, because thats the smallest
+ *                     of 3 or more bytes has been found, because that is the smallest
  *                     amount of copy information to code into a tag. If so, a tag
  *                     is omitted and all the input bytes covered by that are just
  *                     scanned for the history add's, otherwise a literal character