File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2929 * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
3030 * Portions Copyright (c) 1994, Regents of the University of California
3131 *
32- * $Id: pqcomm.c,v 1.112 2000/11/14 01:15:00 momjian Exp $
32+ * $Id: pqcomm.c,v 1.113 2000/11/21 23:03:53 petere Exp $
3333 *
3434 *-------------------------------------------------------------------------
3535 */
@@ -411,10 +411,10 @@ StreamConnection(int server_fd, Port *port)
411411 return STATUS_ERROR ;
412412 }
413413
414- #ifdef PG_ON_UNIXWARE
414+ #ifdef SCO_ACCEPT_BUG
415415 /*
416- * Only UnixWare 7+ are known to have this bug, but it shouldn't
417- * hurt it catch if for all of them.
416+ * UnixWare 7+ and OpenServer 5.0.4 are known to have this bug,
417+ * but it shouldn't hurt it catch if for all of them.
418418 */
419419 if (port -> raddr .sa .sa_family == 0 )
420420 port -> raddr .sa .sa_family = AF_UNIX ;
Original file line number Diff line number Diff line change 44
55#define DISABLE_COMPLEX_MACRO
66
7+ /* see src/backend/libpq/pqcomm.c */
8+ #define SCO_ACCEPT_BUG
9+
710#define HAS_TEST_AND_SET
811#define NEED_I386_TAS_ASM
912
Original file line number Diff line number Diff line change 22#define NEED_I386_TAS_ASM
33
44/* see src/backend/libpq/pqcomm.c */
5- #define PG_ON_UNIXWARE
5+ #define SCO_ACCEPT_BUG
66
77/***************************************
88 * Define this if you are compiling with
You can’t perform that action at this time.
0 commit comments