[Info-vax] Status of the PostgreSQL port?

Craig A. Berry craigberry at nospam.mac.com
Mon Jun 29 23:25:21 EDT 2015


On 6/29/15 8:27 PM, John Reagan wrote:

> OK, who wants to get rid of /STANDARD=VAXC?

Yes, please.

> #pragma warning ? VAX  floating support? Mixed-pointer sizes?

Some of those might still be interesting to some people, but I'd expect
the compiler and run-time to be simpler and cleaner and easier to
maintain if you were to hunt down and kill anything in the code or
headers based on the following:

#ifndef __VAX
#ifndef __VAXC
#if !defined(__NOBASEALIGN_SUPPORT)
#if __DECC_VER < [pick a cut-off, probably 7.0]
#if __CRTL_VER < [ditto]
#ifdef  _DECC_V4_SOURCE



More information about the Info-vax mailing list