pgsql-server: Handle inclusion of port modules 'correctly', viz the same - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Handle inclusion of port modules 'correctly', viz the same
Date
Msg-id 20040521215602.F0173D1CC8D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Handle inclusion of port modules 'correctly', viz the same way libpq
does it.  Fixes OS X, which needs path.c.  It may be that Win32 needs
some more port modules, but they are easily added.

Modified Files:
--------------
    pgsql-server/src/interfaces/ecpg/ecpglib:
        Makefile (r1.21 -> r1.22)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/ecpg/ecpglib/Makefile.diff?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: pgindent did a pretty awful job on the timezone code,
Next
From: Tom Lane
Date:
Subject: Re: Revert addition of -lpgport, which breaks the build