提交 f896b5e1 编写于 作者: B Bruce Momjian

Formatting improvement.

上级 b1d78fc9
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.8 2006/03/05 15:58:35 momjian Exp $ * $PostgreSQL: pgsql/src/backend/port/win32/timer.c,v 1.9 2006/08/09 17:33:52 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -81,7 +81,7 @@ pg_timer_thread(LPVOID param) ...@@ -81,7 +81,7 @@ pg_timer_thread(LPVOID param)
* to handle the timer setting and notification upon timeout. * to handle the timer setting and notification upon timeout.
*/ */
int int
setitimer(int which, const struct itimerval * value, struct itimerval * ovalue) setitimer(int which, const struct itimerval *value, struct itimerval *ovalue)
{ {
Assert(value != NULL); Assert(value != NULL);
Assert(value->it_interval.tv_sec == 0 && value->it_interval.tv_usec == 0); Assert(value->it_interval.tv_sec == 0 && value->it_interval.tv_usec == 0);
......
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.55 2006/08/08 18:49:14 momjian Exp $ */ /* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.56 2006/08/09 17:33:52 momjian Exp $ */
/* undefine and redefine after #include */ /* undefine and redefine after #include */
#undef mkdir #undef mkdir
...@@ -162,7 +162,7 @@ struct itimerval ...@@ -162,7 +162,7 @@ struct itimerval
struct timeval it_interval; struct timeval it_interval;
struct timeval it_value; struct timeval it_value;
}; };
int setitimer(int which, const struct itimerval * value, struct itimerval * ovalue); int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue);
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册