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

Commit00f184a

Browse files
committed
Update comment to fix nibble mention:
* We are not sure how much precision is in tv_usec, so we * swap the high and low 16 bits of 'later' and XOR them with * 'earlier'. On the off chance that the result is 0, we * loop until it isn't.Greg Stark
1 parentd1cee54 commit00f184a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.427 2004/10/0700:03:15 tgl Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.428 2004/10/0717:03:50 momjian Exp $
4141
*
4242
* NOTES
4343
*
@@ -1194,7 +1194,7 @@ ServerLoop(void)
11941194

11951195
/*
11961196
* We are not sure how much precision is in tv_usec, so we
1197-
* swap thenibbles of 'later' and XOR them with
1197+
* swap thehigh and low 16-bits of 'later' and XOR them with
11981198
* 'earlier'. On the off chance that the result is 0, we
11991199
* loop until it isn't.
12001200
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp