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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make gendef.pl emit DATA annotations for global variables.
Дата
Msg-id E1WDIEs-0006cB-BK@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Flush a stray definition of $(DLLTOOL).
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Minor pg_dump improvements