mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Remove unneeded dash.
This commit is contained in:
parent
00f184a83f
commit
9fb5c757b8
@ -37,7 +37,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.428 2004/10/07 17:03:50 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.429 2004/10/07 17:04:54 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
*
|
||||
@ -1194,7 +1194,7 @@ ServerLoop(void)
|
||||
|
||||
/*
|
||||
* 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
|
||||
* 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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user