pgsql: Make gendef.pl emit DATA annotations for global variables. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make gendef.pl emit DATA annotations for global variables.
Date
Msg-id E1WDIEs-0006cB-BK@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Flush a stray definition of $(DLLTOOL).
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Minor pg_dump improvements