Skip to content

Commit 00f184a

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 parent d1cee54 commit 00f184a

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/07 00:03:15 tgl Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.428 2004/10/07 17: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 the nibbles of 'later' and XOR them with
1197+
* swap the high 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy