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

Commitab17447

Browse files
committed
Correct some typos
1 parentfbfba8c commitab17447

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎engine.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ ptrackCheckpoint(void)
390390
/*
391391
* We are writing ptrack map values to file, but we want to simply map it
392392
* into the memory with mmap after a crash/restart. That way, we have to
393-
* write values taking into account all paddings/allignments.
393+
* write values taking into account all paddings/alignments.
394394
*
395395
* Write both magic and varsion_num at once.
396396
*/
@@ -447,7 +447,7 @@ ptrackCheckpoint(void)
447447
* going to overflow. */
448448

449449
/*
450-
* We should not have anyallignment issues here, since sizeof()
450+
* We should not have anyalignment issues here, since sizeof()
451451
* takes into account all paddings for us.
452452
*/
453453
ptrack_write_chunk(ptrack_tmp_fd,&crc, (char*)buf,writesz);
@@ -458,7 +458,7 @@ ptrackCheckpoint(void)
458458
}
459459
}
460460

461-
/* Write ifanythig left */
461+
/* Write ifanything left */
462462
if ((i+1) %PTRACK_BUF_SIZE!=0)
463463
{
464464
size_twritesz=sizeof(pg_atomic_uint64)*j;

‎ptrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ _PG_fini(void)
137137

138138
/*
139139
* Ptrack follow up for copydir() routine. It parses database OID
140-
* and tablespace OID from path string. We do not need torecoursively
140+
* and tablespace OID from path string. We do not need torecursively
141141
* walk subdirs here, copydir() will do it for us if needed.
142142
*/
143143
staticvoid

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp