Re: Antw: Re: File for /src/backend/port/netware - Mailing list pgsql-patches

From Tom Lane
Subject Re: Antw: Re: File for /src/backend/port/netware
Date
Msg-id 25740.1029433634@sss.pgh.pa.us
Whole thread Raw
In response to Re: Antw: Re: File for /src/backend/port/netware  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Peter Eisentraut <peter_e@gmx.net> writes:
> This isn't a port anymore, it's almost an alternative implementation.  The
> maintenance headaches are severe.  If we installed your files today, they
> would be outdated next week guaranteed.

My thought also.  The problem with an 800K port directory is not just
that it bloats the distribution, it's that those files have to be kept
in sync with the rest of the system.  A local copy of pg_config.h,
for example, is just plain foolish.  All of the .def and .imp files
are maintenance problems waiting to happen, too.  (Can't these be made
on-the-fly during build, instead of being source files we have to
maintain?)  And zipping the .mcp file doesn't alter my objection to it
one bit, just makes it even *less* like an editable source file.

The most recent version of the patch is noticeably cleaner than the one
before, but still it's a maintenance nightmare...

> I suggest you start looking for Netware ports of GNU make, a POSIX shell,
> and related utilities.  Then many things should fall into place.

If you don't have GNU make and a shell, I don't think it's reasonable to
try to run Postgres.  There are just too many places that you'd have to
duplicate code.

            regards, tom lane

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Antw: Re: File for /src/backend/port/netware
Next
From: Bruce Momjian
Date:
Subject: Re: improve client auth docs