| From: | Cyril VELTER <cyril(dot)velter(at)libertysurf(dot)fr> |
|---|---|
| To: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: Proposal for fixing IPC key assignment |
| Date: | 2000-11-26 10:02:27 |
| Message-ID: | 000376f81d68c5c6_mailit@mail.cybercable.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
>We have to assign PGSEMMAGIC small enough to ensure that it won't fall
>foul of SEMVMX, but that probably isn't a big problem. A more serious
>potential portability issue is that some implementations might not
>support the semctl(GETPID) operation (ie, get PID of last process that
>did a semop() on that semaphore). It seems like a pretty basic part
>of the SysV semaphore functionality to me, but ... Anyone know of any
>platforms where that's missing?
The beos SysV emulation does not support this call. But, as it's done today,
adding it should be easy.
cyril
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2000-11-26 10:03:43 | Re: LIKE optimization and locale |
| Previous Message | Mitch Vincent | 2000-11-26 08:02:59 | Re: Re: [NOVICE] Re: re : PHP and persistent connections |