File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ SnapBuildExportSnapshot(SnapBuild *builder)
612612void
613613SnapBuildClearExportedSnapshot (void )
614614{
615- /* nothing exported, thats the usual case */
615+ /* nothing exported, that is the usual case */
616616 if (!ExportInProgress )
617617 return ;
618618
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments