8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55aab6a commit bc0bd47Copy full SHA for bc0bd47
src/backend/storage/file/fd.c
@@ -6,7 +6,7 @@
6
* Copyright (c) 1994, Regents of the University of California
7
*
8
* IDENTIFICATION
9
- * $Id: fd.c,v 1.2 1996/07/15 19:22:07 scrappy Exp $
+ * $Id: fd.c,v 1.3 1996/07/18 04:59:42 scrappy Exp $
10
11
* NOTES:
12
@@ -62,6 +62,11 @@
62
#define NOFILE NOFILE_IN_U
63
#endif /* PORTNAME_sparc */
64
65
+#ifdef PORTNAME_sparc_solaris
66
+#include <sys/user.h>
67
+#undef NOFILE
68
+#define NOFILE 64
69
+#endif /* PORTNAME_sparc_solaris */
70
/*
71
* Problem: Postgres does a system(ld...) to do dynamic loading. This
72
* will open several extra files in addition to those used by
0 commit comments