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

Commitbc0bd47

Browse files
committed
Fixes: In the solaris port the file descriptors are hard coded to 20 (from the
include file sys/param.hSubmitted by: michael.siebenborn@ae3.Hypo.DE (Michael Siebenborn (6929))
1 parent55aab6a commitbc0bd47

File tree

1 file changed

+6
-1
lines changed
  • src/backend/storage/file

1 file changed

+6
-1
lines changed

‎src/backend/storage/file/fd.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (c) 1994, Regents of the University of California
77
*
88
* IDENTIFICATION
9-
* $Id: fd.c,v 1.2 1996/07/15 19:22:07 scrappy Exp $
9+
* $Id: fd.c,v 1.3 1996/07/18 04:59:42 scrappy Exp $
1010
*
1111
* NOTES:
1212
*
@@ -62,6 +62,11 @@
6262
#defineNOFILE NOFILE_IN_U
6363
#endif/* PORTNAME_sparc */
6464

65+
#ifdefPORTNAME_sparc_solaris
66+
#include<sys/user.h>
67+
#undef NOFILE
68+
#defineNOFILE 64
69+
#endif/* PORTNAME_sparc_solaris */
6570
/*
6671
* Problem: Postgres does a system(ld...) to do dynamic loading. This
6772
* will open several extra files in addition to those used by

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp