Skip to content

Commit e51ab85

Browse files
committed
Fix typos in comments
Author: Michael Paquier
1 parent 61ce1e8 commit e51ab85

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contrib/pgcrypto/fortuna.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ get_rand_pool(FState *st)
304304
unsigned rnd;
305305

306306
/*
307-
* This slightly prefers lower pools - thats OK.
307+
* This slightly prefers lower pools - that is OK.
308308
*/
309309
rnd = st->key[st->rnd_pos] % NUM_POOLS;
310310

src/backend/postmaster/bgwriter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ BackgroundWriterMain(void)
301301
* check whether there has been any WAL inserted since the last time
302302
* we've logged a running xacts.
303303
*
304-
* We do this logging in the bgwriter as its the only process thats
304+
* We do this logging in the bgwriter as its the only process that is
305305
* run regularly and returns to its mainloop all the time. E.g.
306306
* Checkpointer, when active, is barely ever in its mainloop and thus
307307
* makes it hard to log regularly.

src/backend/replication/logical/origin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ StartupReplicationOrigin(void)
677677
errmsg("could not open file \"%s\": %m",
678678
path)));
679679

680-
/* verify magic, thats written even if nothing was active */
680+
/* verify magic, that is written even if nothing was active */
681681
readBytes = read(fd, &magic, sizeof(magic));
682682
if (readBytes != sizeof(magic))
683683
ereport(PANIC,

src/backend/replication/logical/snapbuild.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ SnapBuildExportSnapshot(SnapBuild *builder)
612612
void
613613
SnapBuildClearExportedSnapshot(void)
614614
{
615-
/* nothing exported, thats the usual case */
615+
/* nothing exported, that is the usual case */
616616
if (!ExportInProgress)
617617
return;
618618

src/common/pg_lzcompress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
* to be coded into a tag.
154154
*
155155
* Finally the match algorithm checks that at least a match
156-
* of 3 or more bytes has been found, because thats the smallest
156+
* of 3 or more bytes has been found, because that is the smallest
157157
* amount of copy information to code into a tag. If so, a tag
158158
* is omitted and all the input bytes covered by that are just
159159
* scanned for the history add's, otherwise a literal character

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy