pgsql: Make gendef.pl emit DATA annotations for global variables.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make gendef.pl emit DATA annotations for global variables.
Date: 2014-02-11 18:39:22
Message-ID: E1WDIEs-0006cB-BK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make gendef.pl emit DATA annotations for global variables.

This should make the MSVC build act more like builds for other platforms,
i.e. backend global variables will be automatically available to loadable
libraries without need for explicit PGDLLIMPORT marking.

Craig Ringer

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a5eed4d7706749046e74fa2e23823beb43f254fd

Modified Files
--------------
src/tools/msvc/gendef.pl | 205 ++++++++++++++++++++++++++++++++++------------
1 file changed, 154 insertions(+), 51 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-02-11 19:09:29 Re: pgsql: Minor pg_dump improvements
Previous Message Tom Lane 2014-02-11 17:59:53 pgsql: Flush a stray definition of $(DLLTOOL).