| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | hackers(at)postgreSQL(dot)org (PostgreSQL-development) |
| Subject: | Re: [HACKERS] mmap and MAP_ANON |
| Date: | 1998-05-11 14:42:41 |
| Message-ID: | 24772.894897761@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> Would people tell me what platforms do NOT support the MAP_ANON flag to
> the mmap() system call? You should find it in the mmap() manual page.
On HPUX it seems to be spelled MAP_ANONYMOUS. At least if this means
the same thing as what you are talking about. The HP man page says
: The MAP_FILE and MAP_ANONYMOUS flags control whether the region to be
: mapped is a mapped file region or an anonymous shared memory region.
: Exactly one of these flags must be selected.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas G. Lockhart | 1998-05-11 14:47:09 | Re: [HACKERS] Automatic type conversion |
| Previous Message | Thomas G. Lockhart | 1998-05-11 14:29:52 | Re: [HACKERS] money or dollar type |