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

Commit63125b1

Browse files
committed
fix comment
1 parent4167c58 commit63125b1

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/file

1 file changed

+1
-1
lines changed

‎src/backend/storage/file/fd.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ pg_flush_data(int fd, off_t offset, off_t nbytes, bool isdir)
454454
* (msync()), and then remove the mapping again (munmap()).
455455
*/
456456

457-
/* mmap will not work with dirs */
457+
/* mmap() will not work with dirs */
458458
if (isdir)
459459
return;
460460

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp