Re: BUG #2406: Not all systems support SHM_SHARE_MMU - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2406: Not all systems support SHM_SHARE_MMU
Date
Msg-id 10697.1145944122@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2406: Not all systems support SHM_SHARE_MMU  ("Paul van der Zwan" <paul.vanderzwan@sun.com>)
Responses Re: BUG #2406: Not all systems support SHM_SHARE_MMU  (Paul van der Zwan <Paul.Vanderzwan@Sun.COM>)
List pgsql-bugs
"Paul van der Zwan" <paul.vanderzwan@sun.com> writes:
> Only systems with large pagesizes support ISM, so always defining
> #define PG_SHMAT_FLAGS                  SHM_SHARE_MMU
> in src/backend/port/sysv_shmem.c  will cause all calls to shmat to fail with
> EINVAL on systems that do not support large pages.

That code's been in there since PG 7.3, and no one before you has
complained.  Are you sure you've identified the problem correctly?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Nick Gould"
Date:
Subject: BUG #2411: psql will not run, exits can't find libssl.o.4
Next
From: Tom Lane
Date:
Subject: Re: BUG #2406: Not all systems support SHM_SHARE_MMU