mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
More merges from Dr. George's tree...
- src/backend/tcop/* - cosmetic changes to OPENLINK patches - src/backend/storage/* - more changes, mostly cosmetic - src/backend/ports/* - merge in patches for aix and i386_solaris
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Id: fd.c,v 1.3 1996/07/18 04:59:42 scrappy Exp $
|
||||
* $Id: fd.c,v 1.4 1996/07/22 22:59:50 scrappy Exp $
|
||||
*
|
||||
* NOTES:
|
||||
*
|
||||
@ -62,11 +62,12 @@
|
||||
#define NOFILE NOFILE_IN_U
|
||||
#endif /* PORTNAME_sparc */
|
||||
|
||||
#ifdef PORTNAME_sparc_solaris
|
||||
#if defined(PORTNAME_sparc_solaris) || defined(PORTNAME_i386_solaris)
|
||||
#include <sys/user.h>
|
||||
#undef NOFILE
|
||||
#define NOFILE 64
|
||||
#endif /* PORTNAME_sparc_solaris */
|
||||
#endif /* PORTNAME_sparc_solaris || PORTNAME_i386_solaris */
|
||||
|
||||
/*
|
||||
* Problem: Postgres does a system(ld...) to do dynamic loading. This
|
||||
* will open several extra files in addition to those used by
|
||||
|
Reference in New Issue
Block a user