Helper script to apply PGDLLIMPORT markings.
authorRobert Haas <rhaas@postgresql.org>
Fri, 8 Apr 2022 12:06:10 +0000 (08:06 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 8 Apr 2022 12:06:10 +0000 (08:06 -0400)
commit80900d4690916a30f278d877eb5a7a42b14c3f0a
tree3af2b7bddf6dbc831fb142af86082e34a76c1305
parent57d6aea00fcefec3825a5948ce05cf2b4941097b
Helper script to apply PGDLLIMPORT markings.

This script isn't terribly smart and won't necessarily catch every
case, but it catches many of them and is better than a totally
manual approach.

Patch by me, reviewed by Andrew Dunstan.

Discussion: http://postgr.es/m/CA+TgmoYanc1_FSfimhgiWSqVyP5KKmh5NP2BWNwDhO8Pg2vGYQ@mail.gmail.com
src/tools/mark_pgdllimport.pl [new file with mode: 0755]