Shlib exports file refactoring

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: Shlib exports file refactoring
Date: 2008-02-25 21:16:02
Message-ID: 200802252216.02519.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

After seeing four nearly-identical copies of multiplatform shared library
exports file generation code, I figured this should be put in a common place.
If you like, please test the attached patch on darwin and win32, since these
platforms are mostly affected (besides linux) and I can't test them. Just
see if it builds and runs correctly. Thanks.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Attachment Content-Type Size
exports-refactor.patch text/x-diff 17.0 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2008-02-25 21:32:10 SRF memory leaks
Previous Message Tom Lane 2008-02-25 20:08:29 Re: [PATCHES] Avahi support for Postgresql