From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Dann Corbit <DCorbit(at)connx(dot)com> |
Cc: | Rayson Ho <raysonlogin(at)gmail(dot)com>, David Fetter <david(at)fetter(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: OpenVMS? |
Date: | 2010-02-16 20:22:20 |
Message-ID: | 201002162022.o1GKMK509329@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Dann Corbit wrote:
> > PostgreSQL uses fork(), which is not supported on OpenVMS. However,
> > the techniques used by the WIN32 version of internal_forkexec() in
> > src/backend/postmaster/postmaster.c give the VMS version a good
> > starting point.
>
> For PostgreSQL, you will probably want to use LIB$SPAWN() as a rough equivalent to CreateProcess() on Windows
Ah, LIB$SPAWN, that brings back memories.
> http://www.sysworks.com.au/disk$vaxdocsep002/opsys/vmsos721/5932/5932pro_041.html
>
> > Lastly, are we going to support ODS-2 disks?? And are we going to
> > require GNV installed for building and running PostgreSQL on OpenVMS??
I hate to pour cold water on this, but why is it worth adding support
for a platform that has such marginal usage.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Rayson Ho | 2010-02-16 20:27:18 | Re: OpenVMS? |
Previous Message | Bruce Momjian | 2010-02-16 20:19:40 | Re: [COMMITTERS] pgsql: Remove old-style VACUUM FULL (which was known for a little while |