summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
diff options
context:
space:
mode:
authorBruce Momjian2004-10-07 17:03:50 +0000
committerBruce Momjian2004-10-07 17:03:50 +0000
commit00f184a83ffc278ce001a107d0f58405e006999d (patch)
treea760d27225c7528c8d08ee13ce99447272106354 /src/backend/postmaster
parentd1cee5495ad8ac725d621250127b6abfe156d64f (diff)
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
Diffstat (limited to 'src/backend/postmaster')
-rw-r--r--src/backend/postmaster/postmaster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 3fa5409c3fa..8a7230ab46b 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.427 2004/10/07 00:03:15 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.428 2004/10/07 17:03:50 momjian Exp $
*
* NOTES
*
@@ -1194,7 +1194,7 @@ ServerLoop(void)
/*
* We are not sure how much precision is in tv_usec, so we
- * swap the nibbles of 'later' and XOR them with
+ * 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.
*/