Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite51ab85

Browse files
committed
Fix typos in comments
Author: Michael Paquier
1 parent61ce1e8 commite51ab85

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
unsignedrnd;
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 processthats
304+
* We do this logging in the bgwriter as its the only processthat 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, becausethats the smallest
156+
*of 3 or more bytes has been found, becausethat 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)

[8]ページ先頭

©2009-2025 Movatter.jp