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

Commitd242b64

Browse files
committed
Tweak includes to avoid compiler warning on HPUX.
1 parent7476e37 commitd242b64

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.133 2000/01/09 12:13:24 ishii Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.134 2000/01/20 04:11:52 tgl Exp $
1414
*
1515
* NOTES
1616
*
@@ -34,7 +34,6 @@
3434
*/
3535
#include<unistd.h>
3636
#include<signal.h>
37-
#include<time.h>
3837
#include<sys/wait.h>
3938
#include<ctype.h>
4039
#include<sys/types.h>
@@ -43,6 +42,7 @@
4342
#include<sys/socket.h>
4443
#include<errno.h>
4544
#include<fcntl.h>
45+
#include<time.h>
4646
#include<sys/param.h>
4747

4848
#include"postgres.h"

‎src/interfaces/libpq/fe-misc.c

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,12 @@
2424
*
2525
*
2626
* IDENTIFICATION
27-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.35 2000/01/18 19:05:31 momjian Exp $
27+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.36 2000/01/20 04:08:46 tgl Exp $
2828
*
2929
*-------------------------------------------------------------------------
3030
*/
3131

32-
#include<errno.h>
33-
#include<signal.h>
34-
#include<time.h>
35-
3632
#include"postgres.h"
37-
#include"libpq-fe.h"
38-
#include"libpq-int.h"
39-
#include"pqsignal.h"
4033

4134
#ifdefWIN32
4235
#include"win32.h"
@@ -45,10 +38,18 @@
4538
#include<sys/time.h>
4639
#endif
4740

41+
#include<errno.h>
42+
#include<signal.h>
43+
#include<time.h>
44+
4845
#ifdefHAVE_SYS_SELECT_H
4946
#include<sys/select.h>
5047
#endif
5148

49+
#include"libpq-fe.h"
50+
#include"libpq-int.h"
51+
#include"pqsignal.h"
52+
5253

5354
#defineDONOTICE(conn,message) \
5455
((*(conn)->noticeHook) ((conn)->noticeArg, (message)))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp