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

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

From
Tom Lane
Date:
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(-)