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

Commitdd26bef

Browse files
committed
#if aix changed to #if HAVE_SYS_SELECT_H
1 parente6e3640 commitdd26bef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/tcop/postgres.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.64 1998/02/01 19:43:46 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.65 1998/02/02 00:05:03 scrappy Exp $
1111
*
1212
* NOTES
1313
* this is the "main" module of the postgres backend and
@@ -33,7 +33,7 @@
3333
#include<sys/socket.h>
3434
#endif
3535
#include<errno.h>
36-
#ifdefaix
36+
#ifHAVE_SYS_SELECT_H
3737
#include<sys/select.h>
3838
#endif/* aix */
3939

@@ -1293,7 +1293,7 @@ PostgresMain(int argc, char *argv[])
12931293
if (IsUnderPostmaster== false)
12941294
{
12951295
puts("\nPOSTGRES backend interactive interface");
1296-
puts("$Revision: 1.64 $ $Date: 1998/02/01 19:43:46 $");
1296+
puts("$Revision: 1.65 $ $Date: 1998/02/02 00:05:03 $");
12971297
}
12981298

12991299
/* ----------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp